Insubstantial / insubstantial

Swing look-and-feel library and assorted widgets
193 stars 58 forks source link

Rounded corners bug on JInternalFrame #104

Closed Stephane-D closed 11 years ago

Stephane-D commented 11 years ago

In the last 7.2.1 snapshot, the JInternalFrame opaque property is always set to true even when rounded corners are enabled which lead to having wrong corner rendering.

Before: Before

After : After

shemnon commented 11 years ago

Looks like #90 caused this. I am reverting #90 and un-milestoneing it.

Stephane-D commented 11 years ago

Yep, but because of a wrong #90 fix (no need to revert it).