mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 10:09:14 +02:00
IDE: clean up
git-svn-id: trunk@28054 -
This commit is contained in:
parent
56646eb28c
commit
65fda5bbfe
@ -2078,7 +2078,6 @@ begin
|
|||||||
CanRun:=true
|
CanRun:=true
|
||||||
else if pfRunnable in Project1.Flags then
|
else if pfRunnable in Project1.Flags then
|
||||||
CanRun:=true;
|
CanRun:=true;
|
||||||
debugln(['TDebugManager.UpdateButtonsAndMenuItems ',pfRunnable in Project1.Flags]);
|
|
||||||
end;
|
end;
|
||||||
RunSpeedButton.Enabled := CanRun
|
RunSpeedButton.Enabled := CanRun
|
||||||
and (DebuggerInvalid
|
and (DebuggerInvalid
|
||||||
|
Loading…
Reference in New Issue
Block a user