ide; fixed changing the version in project doesn't regen makefile as it should.
authorRejean Loyer <rejean.loyer@gmail.com>
Mon, 22 Apr 2013 18:22:20 +0000 (14:22 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 2 May 2013 01:44:48 +0000 (21:44 -0400)
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);
       }