http://bugs.winehq.org/show_bug.cgi?id=14293
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #5 from Dylan Smith dylan.ah.smith@gmail.com 2009-03-23 09:41:49 --- The problem was only that the scrollbars weren't invalidated, so they weren't being redrawn. Instead of using InvalidateRect to invalidate all of the client area, I used RedrawWindow to also invalidate the non-client area that includes the scrollbar. I sent my patch fixing the bug to wine-patches.
winhlp32: Invalidate scrollbar when changing pages. (Bug 14293) http://www.winehq.org/pipermail/wine-patches/2009-March/070961.html