update patch after loading settings (closes #2486372)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@2023 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2009-02-12 23:24:29 +00:00
parent 794fa084cf
commit a4c1797822
2 changed files with 4 additions and 0 deletions

View File

@@ -248,6 +248,7 @@ void sf2Instrument::loadSettings( const QDomElement & _this )
m_chorusSpeed.loadSettings( _this, "chorusSpeed" );
m_chorusDepth.loadSettings( _this, "chorusDepth" );
updatePatch();
updateGain();
}