mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-10 22:27:17 +01:00
IDE: Obey key combination for Stop button. Issue #41198, by n7800.
This commit is contained in:
parent
48c8d4455b
commit
d7d76e620f
@ -3612,6 +3612,7 @@ begin
|
||||
ecCleanUpAndBuild: mnuCleanUpAndBuildProjectClicked(nil);
|
||||
ecQuickCompile: DoQuickCompile;
|
||||
ecAbortBuild: DoAbortBuild(false);
|
||||
ecStopProgram: mnuStopProjectClicked(self);
|
||||
ecBuildFile: DoBuildFile(false);
|
||||
ecRunFile: DoRunFile;
|
||||
ecFindInFiles: DoFindInFiles;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user