Merge pull request #275 from wongcc966422/issue273

Fixes crashes on ctrl+drag
This commit is contained in:
Tobias Doerffel
2014-02-04 22:58:06 -08:00

View File

@@ -797,6 +797,8 @@ void song::clearProject()
engine::projectJournal()->clearJournal();
engine::projectJournal()->setJournalling( true );
InstrumentTrackView::cleanupWindowCache();
}