[UXTHEME] -Remove an overzealous check that prevented the scrollbar from being repain...
[reactos.git] / reactos / dll / win32 / uxtheme / nonclient.c
index e3a7470..3374f3b 100644 (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)
     {