ide; fixed changing the version in project doesn't regen makefile as it should.
[sdk] / ide / src / dialogs / ProjectTabSettings.ec
index dd3274d..2babbb6 100644 (file)
@@ -64,6 +64,7 @@ class ProjectTab : Tab
          project.compilerConfigsDir = compilerConfigsDir.path;
          
          project.topNode.modified = true;
+         project.ModifiedAllConfigs(true, false, true, false);
          ide.projectView.modifiedDocument = true;
          ide.projectView.Update(null);
       }