Make the remote control desktop sharing check box non-opaque on Windows and Linux.

cusax-fix
Yana Stamcheva 15 years ago
parent 9ae98308f2
commit ef16da43d9

@ -426,6 +426,7 @@ public void addDesktopSharingComponents()
southPanel.add(enableDesktopRemoteControl);
enableDesktopRemoteControl.setAlignmentX(CENTER_ALIGNMENT);
enableDesktopRemoteControl.setOpaque(false);
enableDesktopRemoteControl.addItemListener(new ItemListener()
{

Loading…
Cancel
Save