mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 01:31:04 +02:00
IDE: only unhide the ide, if it was hidden before by the debugger, fixes issue #13597
git-svn-id: trunk@21133 -
This commit is contained in:
parent
1d4cd359c5
commit
774e6fca79
@ -1475,7 +1475,8 @@ begin
|
||||
end
|
||||
else if (OldState in [dsRun]) then
|
||||
begin
|
||||
MainIDE.UnhideIDE;
|
||||
if EnvironmentOptions.HideIDEOnRun
|
||||
then MainIDE.UnhideIDE;
|
||||
FPrevShownWindow := GetForegroundWindow;
|
||||
Application.BringToFront;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user