mirror of https://gitlab.com/basile.b/dexed.git
forgot to remove two ref to fDoc
This commit is contained in:
parent
77e6a6ef77
commit
0da23fa8f4
|
@ -766,8 +766,8 @@ begin
|
|||
actEdUndo.Enabled := true;
|
||||
actEdRedo.Enabled := true;
|
||||
//
|
||||
actFileCompAndRun.Enabled := fDoc.isDSource;
|
||||
actFileCompAndRunWithArgs.Enabled := fDoc.isDSource;
|
||||
actFileCompAndRun.Enabled := true;
|
||||
actFileCompAndRunWithArgs.Enabled := true;
|
||||
{$ENDIF}
|
||||
actEdMacPlay.Enabled := true;
|
||||
actEdMacStartStop.Enabled := true;
|
||||
|
|
Loading…
Reference in New Issue