mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
tooltip fixes
This commit is contained in:
@@ -317,7 +317,7 @@ public class IdeTooltipManager implements ApplicationComponent, AWTEventListener
|
||||
boolean useSystem;
|
||||
|
||||
if ("default".equalsIgnoreCase(myMode.asString())) {
|
||||
useSystem = !SystemInfo.isMac;
|
||||
useSystem = true;
|
||||
} else if ("system".equalsIgnoreCase(myMode.asString())) {
|
||||
useSystem = true;
|
||||
} else if ("graphite".equalsIgnoreCase(myMode.asString())) {
|
||||
|
||||
+2
@@ -125,6 +125,8 @@ public abstract class AbstractValueHint {
|
||||
}
|
||||
|
||||
public boolean isKeepHint(Editor editor, Point point) {
|
||||
if (myCurrentHint != null && myCurrentHint.canControlAutoHide()) return true;
|
||||
|
||||
if(myType == ValueHintType.MOUSE_ALT_OVER_HINT) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user