diff --git a/wince/cemain.c b/wince/cemain.c index a04e80d3c..7caa28a42 100755 --- a/wince/cemain.c +++ b/wince/cemain.c @@ -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. */ }