Author: gschneider Date: Wed Feb 11 13:21:25 2009 New Revision: 39557
URL: http://svn.reactos.org/svn/reactos?rev=39557&view=rev Log: Do not reset the changed switch after applying a theme, bug #4148.
Modified: trunk/reactos/dll/cpl/desk/appearance.c
Modified: trunk/reactos/dll/cpl/desk/appearance.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/desk/appearance.c?r... ============================================================================== --- trunk/reactos/dll/cpl/desk/appearance.c [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/desk/appearance.c [iso-8859-1] Wed Feb 11 13:21:25 2009 @@ -220,8 +220,6 @@ 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];