mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 20:00:47 +02:00
added wsMinimized check to ShowOnTop
git-svn-id: trunk@8879 -
This commit is contained in:
parent
e3de45822b
commit
90502c4356
@ -1466,6 +1466,7 @@ end;
|
||||
procedure TCustomForm.ShowOnTop;
|
||||
begin
|
||||
Show;
|
||||
if WindowState=wsMinimized then WindowState:=wsNormal;
|
||||
BringToFront;
|
||||
//DebugLn('TCustomForm.ShowOnTop ',Name,':',ClassName,' ',Visible,' ',HandleAllocated,' ',csDesigning in ComponentState);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user