make sure, hidden automation-tracks are not muted when loading
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1317 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2008-07-17 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* src/tracks/automation_track.cpp:
|
||||
make sure, hidden automation-tracks are not muted when loading
|
||||
|
||||
* src/core/automatable_model.cpp:
|
||||
cleanups
|
||||
|
||||
* data/projects/covers/J.S.Bach-Preludium_and_Fugue_A-Minor.mmpz:
|
||||
fixed tempo-automation
|
||||
|
||||
2008-07-16 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* src/gui/main_window.cpp:
|
||||
|
||||
@@ -119,6 +119,11 @@ void automationTrack::saveTrackSpecificSettings( QDomDocument & _doc,
|
||||
|
||||
void automationTrack::loadTrackSpecificSettings( const QDomElement & _this )
|
||||
{
|
||||
// just in case something somehow wrent wrong...
|
||||
if( type() == HiddenAutomationTrack )
|
||||
{
|
||||
setMuted( FALSE );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user