Do not reset the changed switch after applying a theme, bug #4148.

svn path=/trunk/; revision=39557
This commit is contained in:
Gregor Schneider 2009-02-11 19:21:25 +00:00
parent d87483d8d8
commit e62e77bdb8

View file

@ -220,8 +220,6 @@ ApplyTheme(GLOBALS* g)
if (!g->Theme.bHasChanged)
return;
g->Theme.bHasChanged = FALSE;
/* Update some globals */
g->crCOLOR_BTNFACE = g->Theme.crColor[COLOR_BTNFACE];
g->crCOLOR_BTNTEXT = g->Theme.crColor[COLOR_BTNTEXT];