fix to compile without EDITCOLORS

This commit is contained in:
ehouse 2004-05-01 13:45:10 +00:00
parent ebe6dba738
commit f363bf13e9

View file

@ -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. */
}