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:
Andrew Kelley
2008-12-16 03:27:40 +00:00
parent 876cf8df8e
commit e7484c89fd
3 changed files with 4 additions and 2 deletions

View File

@@ -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();
}