[Mono-bugs] [Bug 328681] Control: OnPaint not called on restore with double buffering

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Sep 26 16:47:22 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=328681#c1


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |jpobst at novell.com
         OS/Version|Windows XP                                      |All
            Summary|OnPaint with double buffering goes wrong        |Control: OnPaint not called on restore with
                   |                                                |double buffering




--- Comment #1 from Jonathan Pobst <jpobst at novell.com>  2007-09-26 14:47:22 MST ---
The problem is that nothing has been invalidated when we restore from being
minimized, so the double buffering just uses the previous buffer.  I guess we
need to invalidate the form when we go from Minimized -> Restore.  (I do not
get a "control painted" on .net when going from Maximized -> Restore.)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list