Set the tooltip initial delay to 500 ms

cusax-fix
Yana Stamcheva 17 years ago
parent efea236c1d
commit 88e90a4899

@ -702,7 +702,7 @@ private void setDefaultThemePack()
UIManager.put("ToolTip.background",
new Color(GuiActivator.getResources()
.getColor("tooltipBackground")));
toolTipManager.setInitialDelay(0);
toolTipManager.setInitialDelay(500);
toolTipManager.setEnabled(true);
// we need to set the UIDefaults class loader so that it may access

Loading…
Cancel
Save