bug-classpath
[Top][All Lists]
Advanced

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

[Bug awt/26848] setBounds/exposure problems with Matchbox WM interaction


From: mark at gcc dot gnu dot org
Subject: [Bug awt/26848] setBounds/exposure problems with Matchbox WM interaction
Date: 29 Mar 2006 22:41:54 -0000


------- Comment #7 from mark at gcc dot gnu dot org  2006-03-29 22:41 -------
(In reply to comment #4)
> This is actually 2 bugs:
> - Deadlock between GtkFramePeer.postConfigureEvent() and Component.setSize()
> - Without calling pack() the Frame without LayoutManager isn't shown.

The second issue is caused by an optimization in GtkComponent.setVisible()
which doesn't show components with height or width of zero. If pack() hasn't
been called on a Window/Frame then it still has a height and width of zero when
show() is called. We should always show subclasses of Window in
GtkComponent.setVisible().


-- 


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





reply via email to

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