This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug AWT/16755] New: IAA.BorderedComponentsTest: Etched/Shadow/Raised/Lowered Not Drawn


In the Acunia test suite, in IAA.BorderedComponentsTest, the
etched/shadow/raised/lowered components do not show up with their
intended effects; they just appear as normal text labels.
------- Additional Comments From djee at redhat dot com  2004-05-27 14:19 -------
The problem was in GtkComponentPeer.getGraphics(), which was simply
returning null.  With my latest patch, it now returns a new
GdkGraphics instance, and this test works properly.

Fixed in java-gui-branch.  Please verify.
------- Additional Comments From fitzsim at redhat dot com  2004-05-27 20:35 -------
The "Etched & raised, thin" box still isn't drawn at all.

------- Additional Comments From fitzsim at redhat dot com  2004-05-27 23:23 -------
I'm going to check in a fix for the raised thin box.



-- 
           Summary: IAA.BorderedComponentsTest: Etched/Shadow/Raised/Lowered
                    Not Drawn
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P1
         Component: AWT
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: djee at redhat dot com
                CC: djee at redhat dot com,gcc-bugs at gcc dot gnu dot org


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]