Corrects gray background for radio buttons under Linux.

cusax-fix
Vincent Lucas 15 years ago
parent a3292c9f05
commit 0892ee1fb7

@ -18,7 +18,8 @@ public class SIPCommRadioButton
{
private static final long serialVersionUID = 0L;
private static final boolean setContentAreaFilled = OSUtils.IS_WINDOWS;
private static final boolean setContentAreaFilled = (OSUtils.IS_WINDOWS
|| OSUtils.IS_LINUX);
public SIPCommRadioButton()
{

Loading…
Cancel
Save