mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-CR-42270: hide any hint on popup cancel
This commit is contained in:
@@ -1117,11 +1117,6 @@ public class LookupImpl extends LightweightHint implements LookupEx, Disposable,
|
||||
return myAdComponent.getAdvertisements();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onPopupCancel() {
|
||||
hide();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void hide(){
|
||||
hideLookup(true);
|
||||
|
||||
@@ -238,6 +238,7 @@ public class LightweightHint extends UserDataHolderBase implements Hint {
|
||||
}
|
||||
|
||||
protected void onPopupCancel() {
|
||||
hide();
|
||||
}
|
||||
|
||||
private void fixActualPoint(Point actualPoint) {
|
||||
|
||||
Reference in New Issue
Block a user