mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
16400 NPE: FileColorsConfigurable.isModified
This commit is contained in:
@@ -44,7 +44,7 @@ public class FileColorsConfigurable implements Configurable, NonDefaultProjectCo
|
||||
}
|
||||
|
||||
public boolean isModified() {
|
||||
return myPanel.isModified();
|
||||
return myPanel != null && myPanel.isModified();
|
||||
}
|
||||
|
||||
public void apply() throws ConfigurationException {
|
||||
|
||||
Reference in New Issue
Block a user