[UXTHEME] -Remove an overzealous check that prevented the scrollbar from being repainted when the cursor was moving in it.

svn path=/trunk/; revision=73791
This commit is contained in:
Giannis Adamopoulos 2017-02-13 17:31:14 +00:00
parent 8e63468492
commit ffcce8faae

View file

@ -707,10 +707,6 @@ ThemeHandleNcMouseMove(HWND hWnd, DWORD ht, POINT* pt)
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)
{