diff --git a/src/net/java/sip/communicator/impl/gui/main/MainFrame.java b/src/net/java/sip/communicator/impl/gui/main/MainFrame.java index c7f04e2d8..37e9d0a54 100755 --- a/src/net/java/sip/communicator/impl/gui/main/MainFrame.java +++ b/src/net/java/sip/communicator/impl/gui/main/MainFrame.java @@ -87,10 +87,10 @@ public class MainFrame private final Map nativePluginsTable = new Hashtable(); - private final JPanel pluginPanelNorth = new JPanel(); - private final JPanel pluginPanelSouth = new JPanel(); - private final JPanel pluginPanelWest = new JPanel(); - private final JPanel pluginPanelEast = new JPanel(); + private final JPanel pluginPanelNorth = new TransparentPanel(); + private final JPanel pluginPanelSouth = new TransparentPanel(); + private final JPanel pluginPanelWest = new TransparentPanel(); + private final JPanel pluginPanelEast = new TransparentPanel(); private ContactListPane contactListPanel; @@ -1374,6 +1374,7 @@ else if (container.equals(Container.CONTAINER_STATUS_BAR)) } this.getContentPane().repaint(); + this.getContentPane().validate(); } /**