IDEA-CR-42270: hide any hint on popup cancel

This commit is contained in:
Sergey Malenkov
2019-02-06 21:15:17 +03:00
parent d8e8cf7eb4
commit 44f083e88e
2 changed files with 1 additions and 5 deletions
@@ -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) {