diff options
-rw-r--r-- | src/net/java/sip/communicator/impl/gui/UIServiceImpl.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java b/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java index e969ef6..4196516 100644 --- a/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java +++ b/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java @@ -830,12 +830,6 @@ public class UIServiceImpl JDialog.setDefaultLookAndFeelDecorated(true); } - // Make all tool tips heavy weight components. We need this in case - // a heavy weight plugin component is added in the gui. Then if the - // popup menu stays light weight it will appear behind the heavy weight - // component. - ToolTipManager.sharedInstance().setLightWeightPopupEnabled(false); - // we need to set the UIDefaults class loader so that it may access // resources packed inside OSGI bundles UIManager.put("ClassLoader", getClass().getClassLoader()); |