fix, action not updated

This commit is contained in:
Basile Burg 2015-03-12 20:51:04 +01:00
parent 28b29e7b74
commit 5586fea3d9
1 changed files with 2 additions and 0 deletions

View File

@ -736,6 +736,7 @@ begin
// //
actFileCompAndRun.Enabled := fDoc.isDSource; actFileCompAndRun.Enabled := fDoc.isDSource;
actFileCompAndRunWithArgs.Enabled := fDoc.isDSource; actFileCompAndRunWithArgs.Enabled := fDoc.isDSource;
actFileCompileAndRunOut.Enabled := fDoc.isDSource;
actFileUnittest.Enabled := fDoc.isDSource; actFileUnittest.Enabled := fDoc.isDSource;
// //
actEdMacPlay.Enabled := true; actEdMacPlay.Enabled := true;
@ -763,6 +764,7 @@ begin
// //
actFileCompAndRun.Enabled := false; actFileCompAndRun.Enabled := false;
actFileCompAndRunWithArgs.Enabled := false; actFileCompAndRunWithArgs.Enabled := false;
actFileCompileAndRunOut.Enabled := false;
actFileUnittest.Enabled := false; actFileUnittest.Enabled := false;
actFileSave.Enabled := false; actFileSave.Enabled := false;
actFileSaveAs.Enabled := false; actFileSaveAs.Enabled := false;