Author: gadamopoulos
Date: Mon Feb 13 17:31:14 2017
New Revision: 73791
URL:
http://svn.reactos.org/svn/reactos?rev=73791&view=rev
Log:
[UXTHEME] -Remove an overzealous check that prevented the scrollbar from being repainted
when the cursor was moving in it.
Modified:
trunk/reactos/dll/win32/uxtheme/nonclient.c
Modified: trunk/reactos/dll/win32/uxtheme/nonclient.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/uxtheme/nonclien…
==============================================================================
--- trunk/reactos/dll/win32/uxtheme/nonclient.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/uxtheme/nonclient.c [iso-8859-1] Mon Feb 13 17:31:14 2017
@@ -706,10 +706,6 @@
tme.dwFlags = TME_LEAVE | TME_NONCLIENT;
TrackMouseEvent(&tme);
}
-
- /* Dont do any drawing if the hit test wasn't changed */
- if (ht == pcontext->lastHitTest)
- return 0;
ThemeInitDrawContext(&context, hWnd, 0);
if (context.wi.dwStyle & WS_SYSMENU)