mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 21:18:15 +02:00
LCL: do not move maximized form due to Form.Position
git-svn-id: trunk@39873 -
This commit is contained in:
parent
472a8172e5
commit
d1e9068de2
@ -1271,6 +1271,8 @@ var
|
||||
begin
|
||||
if (Parent <> nil) or (ParentWindow <> 0) then exit;
|
||||
|
||||
if not (WindowState in [wsNormal,wsMinimized]) then exit;
|
||||
|
||||
// first make sure X and Y are assigned
|
||||
X := Left;
|
||||
Y := Top;
|
||||
|
Loading…
Reference in New Issue
Block a user