mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-129296 Settings in Code Style are not saved on changing
This commit is contained in:
+5
@@ -302,6 +302,11 @@ public class CodeStyleSchemesConfigurable extends SearchableConfigurable.Parent.
|
||||
@Override
|
||||
public boolean isModified() {
|
||||
if (myModel != null) {
|
||||
if (Registry.is("ide.new.settings.dialog")) {
|
||||
if (myPanels != null && myPanels.size() > 0 && myPanels.get(0).isModified()) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
boolean schemeListModified = myModel.isSchemeListModified();
|
||||
if (schemeListModified) {
|
||||
myApplyCompleted = false;
|
||||
|
||||
Reference in New Issue
Block a user