[Bug 14293] winhelp: Vertical scroll bar is missing in some cases

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 23 09:41:49 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=14293


Dylan Smith <dylan.ah.smith at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #5 from Dylan Smith <dylan.ah.smith at 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


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list