bug-classpath
[Top][All Lists]
Advanced

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

[Bug awt/23790] button not shown when window first shown


From: fitzsim at redhat dot com
Subject: [Bug awt/23790] button not shown when window first shown
Date: 16 Sep 2005 06:03:08 -0000

------- Additional Comments From fitzsim at redhat dot com  2005-09-16 06:03 
-------
This is caused by this bit of code in GtkComponentPeer:

    // Only set our parent on the GTK side if our parent on the AWT
    // side is not showing.  Otherwise the gtk peer will be shown
    // before we've had a chance to position and size it properly.
    if (awtComponent instanceof Window
        || (parent != null && ! parent.isShowing ()))
      setParentAndBounds ();

I'm not sure yet what the right fix is.


-- 


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




reply via email to

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