aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2008-05-01 09:16:35 +0000
committerYana Stamcheva <yana@jitsi.org>2008-05-01 09:16:35 +0000
commit68d2a5e859b6b0b9ebc9f88acacece0c849bdf13 (patch)
tree21ec6178452e219be889461670ef09c1231189e9 /src/net/java/sip
parent2489049b76781488d23d41463c402739338a4ee3 (diff)
downloadjitsi-68d2a5e859b6b0b9ebc9f88acacece0c849bdf13.zip
jitsi-68d2a5e859b6b0b9ebc9f88acacece0c849bdf13.tar.gz
jitsi-68d2a5e859b6b0b9ebc9f88acacece0c849bdf13.tar.bz2
- remove heavy weight tooltips, problems on Mac
-
Diffstat (limited to 'src/net/java/sip')
-rw-r--r--src/net/java/sip/communicator/impl/gui/UIServiceImpl.java6
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());