mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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 );
|
(void)cePositionBoard( globals );
|
||||||
|
|
||||||
|
#ifdef XWFEATURE_CE_EDITCOLORS
|
||||||
if ( state.colorsChanged ) {
|
if ( state.colorsChanged ) {
|
||||||
updateForColors( globals );
|
updateForColors( globals );
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
/* need to reflect vars set in state into globals, and update/inval
|
/* need to reflect vars set in state into globals, and update/inval
|
||||||
as appropriate. */
|
as appropriate. */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue