mirror of https://gitlab.com/basile.b/dexed.git
fix, action not updated
This commit is contained in:
parent
28b29e7b74
commit
5586fea3d9
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue