mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:20:34 +02:00
LCL: fixed restoring/showing of minimized+hidden form. issue #20670
git-svn-id: trunk@34004 -
This commit is contained in:
parent
2ce9d7f56a
commit
b211b79b0b
@ -2113,9 +2113,9 @@ end;
|
||||
------------------------------------------------------------------------------}
|
||||
procedure TCustomForm.ShowOnTop;
|
||||
begin
|
||||
Visible := True;
|
||||
if WindowState = wsMinimized then
|
||||
WindowState := wsNormal;
|
||||
Visible := True;
|
||||
BringToFront;
|
||||
//DebugLn(['TCustomForm.ShowOnTop ',Name,':',ClassName,' ',Visible,' ',HandleAllocated,' ',csDesigning in ComponentState]);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user