------- Comment #27 from roman at kennke dot org  2005-11-10 15:56 -------
Ok I think I have solved part of the problem. What we did before when painting
overlapping components (like popupmenus over the GUI) is to paint all
components in the stack, from the bottom to the top, regardless if they are
visible. The performance problems that you saw probably came from painting the
underlying image, which can be expensive in some cases (scaling). I checked in
an optimization that really only paints what is visible and ignores the
underlying components if they are not in the paint clip. Could you test this
again


-- 

roman at kennke dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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



_______________________________________________
Bug-classpath mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-classpath

Reply via email to