mirror of https://gitlab.com/basile.b/dexed.git
fix, action not updated
This commit is contained in:
parent
28b29e7b74
commit
5586fea3d9
src
|
@ -736,6 +736,7 @@ begin
|
|||
//
|
||||
actFileCompAndRun.Enabled := fDoc.isDSource;
|
||||
actFileCompAndRunWithArgs.Enabled := fDoc.isDSource;
|
||||
actFileCompileAndRunOut.Enabled := fDoc.isDSource;
|
||||
actFileUnittest.Enabled := fDoc.isDSource;
|
||||
//
|
||||
actEdMacPlay.Enabled := true;
|
||||
|
@ -763,6 +764,7 @@ begin
|
|||
//
|
||||
actFileCompAndRun.Enabled := false;
|
||||
actFileCompAndRunWithArgs.Enabled := false;
|
||||
actFileCompileAndRunOut.Enabled := false;
|
||||
actFileUnittest.Enabled := false;
|
||||
actFileSave.Enabled := false;
|
||||
actFileSaveAs.Enabled := false;
|
||||
|
|
Loading…
Reference in New Issue