mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-26529 - NPE: IntentionSettingsConfigurable.isModified
This commit is contained in:
@@ -397,6 +397,7 @@ public class OptionsEditor extends JPanel implements DataProvider, Place.Navigat
|
||||
LOG.assertTrue(!ApplicationManager.getApplication().isDispatchThread());
|
||||
UIUtil.invokeLaterIfNeeded(new Runnable() {
|
||||
public void run() {
|
||||
if (myDisposed) return;
|
||||
myConfigurable2Content.put(configurable, content);
|
||||
result.setDone();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user