mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user