ide;ProjectSettings;BuildTab;CompilerTab; fixed updating of project node in fileList...
authorRejean Loyer <rejean.loyer@gmail.com>
Sun, 21 Oct 2012 22:38:40 +0000 (18:38 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Mon, 22 Oct 2012 09:45:13 +0000 (05:45 -0400)
ide/src/ProjectSettings.ec

index 79a1442..3e59cb5 100644 (file)
@@ -1495,6 +1495,7 @@ class BuildTab : Tab
          if(!mods)
             buildTabControl.Activate();
 
+         compilerTab.fileList.Update(null);
          if(compilerTab.rightPaneHeader.visible)
             compilerTab.rightPaneHeader.Update(null);
          ((ProjectSettings)master).UpdateDialogTitle();