bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug swing/28027] Wrong clip region in Swing repaints - overwrites other


From: roman at kennke dot org
Subject: [Bug swing/28027] Wrong clip region in Swing repaints - overwrites other components
Date: 15 Jun 2006 13:27:35 -0000


------- Comment #6 from roman at kennke dot org  2006-06-15 13:27 -------
This stacktrace (Sun's impl) looks like Sun does double buffering anyway, even
though the RubberbandTest component is marked as beeing not double buffered.
The only explanation that I can make up of this and which makes sense is that a
component can only be not-doublebuffered when all of it's parents are not
doublebuffered too. Otherwise the backbuffer and screen would not come into
sync and we see that flickering that we see.

I'll fix that in this way.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28027





reply via email to

[Prev in Thread] Current Thread [Next in Thread]