diff --git a/ChangeLog b/ChangeLog index 8c213e0e1..a0066801a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-02-12 Tobias Doerffel + * plugins/sf2_player/sf2_player.cpp: + update patch after loading settings (closes #2486372) + * src/gui/piano_roll.cpp: ensure, cursor is never NULL when painting it in paintEvent() diff --git a/plugins/sf2_player/sf2_player.cpp b/plugins/sf2_player/sf2_player.cpp index 1589d24ab..eeb4540ff 100644 --- a/plugins/sf2_player/sf2_player.cpp +++ b/plugins/sf2_player/sf2_player.cpp @@ -236,6 +236,7 @@ void sf2Instrument::loadSettings( const QDomElement & _this ) m_chorusSpeed.loadSettings( _this, "chorusSpeed" ); m_chorusDepth.loadSettings( _this, "chorusDepth" ); + updatePatch(); updateGain(); }