sjPlot / macwidgets

Automatically exported from code.google.com/p/macwidgets
0 stars 0 forks source link

Hud repaint problem? #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hey Ken, it seems that hud controls aren't resetting to their original look 
once activated (see 
screenshot and source file).

Haven't looked too deep into the source, but I'll post a patch if I figure it 
out.

-Zack

Original issue reported on code.google.com by zachary....@gmail.com on 17 Jan 2009 at 4:55

Attachments:

GoogleCodeExporter commented 9 years ago
Forgot to mention: in the screen shot, I've clicked both the combo, and 'ok' 
button, but not 'cancel'.

Original comment by zachary....@gmail.com on 17 Jan 2009 at 4:56

GoogleCodeExporter commented 9 years ago
Hi Zack,

You need to make sure component in the HUD is marked as transparent (i.e. 
setOpaque(false)). It looks like the 
pane you create in createPanel needs to me made transparent.

-Ken

Original comment by kenneth....@gmail.com on 17 Jan 2009 at 1:12

GoogleCodeExporter commented 9 years ago
Ah, thanks Ken.

Original comment by zachary....@gmail.com on 18 Jan 2009 at 6:47