mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Do not reset the changed switch after applying a theme, bug #4148.
svn path=/trunk/; revision=39557
This commit is contained in:
parent
d87483d8d8
commit
e62e77bdb8
1 changed files with 0 additions and 2 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue