mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
DBE: EA-91019 - IAE: BalloonImpl.revalidate
This commit is contained in:
@@ -156,7 +156,7 @@ public class CheckRegExpForm {
|
||||
myMessage.setText(correct == null ? "Pattern is too complex" : correct ? "Matches!" : "No match");
|
||||
myRootPanel.revalidate();
|
||||
Balloon balloon = JBPopupFactory.getInstance().getParentBalloonFor(myRootPanel);
|
||||
if (balloon != null) balloon.revalidate();
|
||||
if (balloon != null && !balloon.isDisposed()) balloon.revalidate();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user