mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-238640 IdeTooltipManager -> HelpTooltipManager in unload Subversion plugin snapshot
GitOrigin-RevId: fb60cc4cc5f58e76a691e06976a829084b45ce4d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c4f84bc8dd
commit
7d3f913481
@@ -118,7 +118,7 @@ public class HelpTooltip {
|
||||
|
||||
private BooleanSupplier masterPopupOpenCondition;
|
||||
|
||||
private ComponentPopupBuilder myPopupBuilder;
|
||||
protected ComponentPopupBuilder myPopupBuilder;
|
||||
private Dimension myPopupSize;
|
||||
private JBPopup myPopup;
|
||||
private final Alarm popupAlarm = new Alarm();
|
||||
|
||||
@@ -31,5 +31,6 @@ public class HelpTooltipManager extends HelpTooltip {
|
||||
|
||||
public void hideTooltip() {
|
||||
hidePopup(true);
|
||||
myPopupBuilder = null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user