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;
|
actEdUndo.Enabled := true;
|
||||||
actEdRedo.Enabled := true;
|
actEdRedo.Enabled := true;
|
||||||
//
|
//
|
||||||
actFileCompAndRun.Enabled := fDoc.isDSource;
|
actFileCompAndRun.Enabled := true;
|
||||||
actFileCompAndRunWithArgs.Enabled := fDoc.isDSource;
|
actFileCompAndRunWithArgs.Enabled := true;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
actEdMacPlay.Enabled := true;
|
actEdMacPlay.Enabled := true;
|
||||||
actEdMacStartStop.Enabled := true;
|
actEdMacStartStop.Enabled := true;
|
||||||
|
|
Loading…
Reference in New Issue