[cp-patches] RFC: GdkGraphics2D.setBackground() set to white if null

2006-01-03 Thread Mark Wielaard
Hi, I had some trouble using Graphics2D with JEdit and myPod. This patch helps by making sure the background color is always set: 2006-01-03 Mark Wielaard [EMAIL PROTECTED] * gnu/java/awt/peer/gtk/GdkGraphics2D.java (setBackground): Set to Color.WHITE if null. This was inspired by

Re: [cp-patches] RFC: GdkGraphics2D.setBackground() set to white if null

2006-01-03 Thread Mark Wielaard
Hi, On Tue, 2006-01-03 at 23:20 +0100, Mark Wielaard wrote: 2006-01-03 Mark Wielaard [EMAIL PROTECTED] * gnu/java/awt/peer/gtk/GdkGraphics2D.java (setBackground): Set to Color.WHITE if null. This was inspired by setColor() which does the same (but defaults to black). What do