mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix to compile without EDITCOLORS
This commit is contained in:
parent
ebe6dba738
commit
f363bf13e9
1 changed files with 2 additions and 0 deletions
|
@ -992,9 +992,11 @@ ceDoPrefsDlg( CEAppGlobals* globals )
|
|||
|
||||
(void)cePositionBoard( globals );
|
||||
|
||||
#ifdef XWFEATURE_CE_EDITCOLORS
|
||||
if ( state.colorsChanged ) {
|
||||
updateForColors( globals );
|
||||
}
|
||||
#endif
|
||||
/* need to reflect vars set in state into globals, and update/inval
|
||||
as appropriate. */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue