fixed loading song-global automation

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1171 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-25 06:53:03 +00:00
parent bdeac9eafe
commit 0d5f5473df
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-06-25 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/automation_pattern.cpp:
fixed loading song-global automation
2008-06-24 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/vibed/vibrating_string.h:

View File

@@ -250,7 +250,7 @@ void automationPattern::loadSettings( const QDomElement & _this )
{
clear();
m_objects.clear();
// m_objects.clear();
for( QDomNode node = _this.firstChild(); !node.isNull();
node = node.nextSibling() )