mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
tolerate disappearing completion editor (EA-39700)
This commit is contained in:
@@ -1245,7 +1245,7 @@ public class LookupImpl extends LightweightHint implements LookupEx, Disposable
|
||||
LOG.assertTrue(!ApplicationManager.getApplication().isUnitTestMode());
|
||||
|
||||
if (myEditor.getComponent().getRootPane() == null) {
|
||||
LOG.error("Null root pane");
|
||||
return;
|
||||
}
|
||||
|
||||
updateScrollbarVisibility();
|
||||
|
||||
Reference in New Issue
Block a user