This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug AWT/16755] New: IAA.BorderedComponentsTest: Etched/Shadow/Raised/Lowered Not Drawn
- From: "gcc-bugzilla at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jul 2004 00:39:08 -0000
- Subject: [Bug AWT/16755] New: IAA.BorderedComponentsTest: Etched/Shadow/Raised/Lowered Not Drawn
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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