mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix bug introduced by what was supposed to be risk-free change: send prefsChangedEvent rather than the wrong one so preferences get honored again.
This commit is contained in:
parent
fbc2535979
commit
02360238ef
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ PrefsFormHandleEvent( EventPtr event )
|
|||
|
||||
case XW_PREFS_OK_BUTTON_ID:
|
||||
controlsToLocalPrefs( state );
|
||||
postEmptyEvent( connsSettingChgEvent );
|
||||
postEmptyEvent( prefsChangedEvent );
|
||||
globals->postponeDraw = true;
|
||||
|
||||
case XW_PREFS_CANCEL_BUTTON_ID:
|
||||
|
|
Loading…
Reference in a new issue