Yet another tab correction
The wrong settings concerning tabs in QtCreator lead to bad display of the code in other editors.
This commit is contained in:
@@ -425,10 +425,10 @@ void AutomationPatternView::dropEvent( QDropEvent * _de )
|
||||
if ( !added )
|
||||
{
|
||||
TextFloat::displayMessage( mod->displayName(),
|
||||
tr( "Model is already connected "
|
||||
"to this pattern." ),
|
||||
embed::getIconPixmap( "automation" ),
|
||||
2000 );
|
||||
tr( "Model is already connected "
|
||||
"to this pattern." ),
|
||||
embed::getIconPixmap( "automation" ),
|
||||
2000 );
|
||||
}
|
||||
}
|
||||
update();
|
||||
|
||||
@@ -2303,10 +2303,10 @@ void AutomationEditorWindow::dropEvent( QDropEvent *_de )
|
||||
if ( !added )
|
||||
{
|
||||
TextFloat::displayMessage( mod->displayName(),
|
||||
tr( "Model is already connected "
|
||||
"to this pattern." ),
|
||||
embed::getIconPixmap( "automation" ),
|
||||
2000 );
|
||||
tr( "Model is already connected "
|
||||
"to this pattern." ),
|
||||
embed::getIconPixmap( "automation" ),
|
||||
2000 );
|
||||
}
|
||||
setCurrentPattern( m_editor->m_pattern );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user