fix crash on new project
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1026 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
14
ChangeLog
14
ChangeLog
@@ -15,7 +15,19 @@
|
||||
- add dummyController for unfinalized or missing controllers. Faster than
|
||||
adding a branch to value() or currentValue()
|
||||
- save controller links to project
|
||||
- incomplete, experimental, most likely buggy!
|
||||
- incomplete, experimental!
|
||||
|
||||
* include/controller_view.h:
|
||||
* src/gui/lfo_controller_dialog.cpp:
|
||||
* src/gui/widgets/controller_rack_view.cpp:
|
||||
* data/themes/default/controller_bg.png:
|
||||
Show name in controller view and make it renamable
|
||||
|
||||
* data/themes/default/style.css:
|
||||
A hint of blue in menu highlight
|
||||
|
||||
* src/core/song.cpp:
|
||||
Add data-changed event so lfo-rack can update
|
||||
|
||||
2008-05-25 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
|
||||
@@ -729,6 +729,8 @@ void song::clearProject( void )
|
||||
delete m_controllers.last();
|
||||
}
|
||||
|
||||
emit dataChanged();
|
||||
|
||||
engine::getProjectJournal()->clearInvalidJournallingObjects();
|
||||
engine::getProjectJournal()->clearJournal();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user