1416 tidy up
This commit is contained in:
@@ -241,7 +241,6 @@ void AutomationEditor::loadSettings( const QDomElement & dom_parent)
|
||||
|
||||
|
||||
|
||||
|
||||
// qproperty access methods
|
||||
|
||||
QColor AutomationEditor::gridColor() const
|
||||
@@ -2301,9 +2300,9 @@ void AutomationEditorWindow::dropEvent(QDropEvent *_de)
|
||||
{
|
||||
m_editor->m_pattern->objectDestroyed( m_editor->m_pattern->firstObject()->id() );
|
||||
}
|
||||
m_editor->m_pattern->clear();
|
||||
m_editor->m_pattern->addObject( mod );
|
||||
setCurrentPattern( m_editor->m_pattern );
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -127,7 +127,6 @@ void AutomationTrack::loadTrackSpecificSettings( const QDomElement & _this )
|
||||
|
||||
|
||||
|
||||
|
||||
AutomationTrackView::AutomationTrackView( AutomationTrack * _at, TrackContainerView* tcv ) :
|
||||
TrackView( _at, tcv )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user