[cp-patches] FYI: BasicMenuItemUI fix

2006-03-28 Thread Roman Kennke
In BasicMenuItemUI we were (sometimes) painting the background of menuitems with the wrong color and sometimes it shouldn't be painted at all (making the underlying menu shine through). This is fixed with the attached patch. Interesting sidenote, Sun's impl doesn't seem to give

Re: [cp-patches] FYI: BasicMenuItemUI fix

2005-12-20 Thread Lillian Angel
Can you send the patch for this? On Mon, 2005-12-19 at 16:05 +0100, Roman Kennke wrote: My previous optimization for JComponent painting exposed a bug in BasicMenuItemUI which causes MenuItems to be rendered badly. This is fixed by this patch. 2005-12-19 Roman Kennke [EMAIL PROTECTED]

[cp-patches] FYI: BasicMenuItemUI fix

2005-12-19 Thread Roman Kennke
My previous optimization for JComponent painting exposed a bug in BasicMenuItemUI which causes MenuItems to be rendered badly. This is fixed by this patch. 2005-12-19 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicMenuItemUI.java (paintBackground): Also fill