mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 17:39:23 +02:00
debugserver: fix stayontop setting
git-svn-id: trunk@21454 -
This commit is contained in:
parent
28957ba8b8
commit
f7e635d26e
@ -484,7 +484,10 @@ end;
|
||||
|
||||
procedure TMainForm.SetStayOnTop(const AValue: Boolean);
|
||||
begin
|
||||
FormStyle:=fsStayOnTop;
|
||||
if AValue then
|
||||
FormStyle:=fsStayOnTop
|
||||
else
|
||||
FormStyle:=fsNormal;
|
||||
end;
|
||||
|
||||
Const
|
||||
|
Loading…
Reference in New Issue
Block a user