shift+drag didn't update beat+bassline (FIXED)
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1937 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -2384,12 +2384,12 @@ void pianoRoll::dragNotes( int x, int y, bool alt )
|
||||
( *it )->setLength( midiTime( ticks_new ) );
|
||||
|
||||
m_lenOfNewNotes = ( *it )->length();
|
||||
m_pattern->dataChanged();
|
||||
}
|
||||
}
|
||||
++it;
|
||||
}
|
||||
|
||||
m_pattern->dataChanged();
|
||||
engine::getSong()->setModified();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user