mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 09:39:16 +02:00
Qt: fixed geometry resize of mdiarea handle widget. issue #29978
git-svn-id: trunk@52148 -
This commit is contained in:
parent
190e5160f3
commit
d937152b73
@ -8060,6 +8060,7 @@ begin
|
||||
for i := 0 to LCLObject.ComponentCount - 1 do
|
||||
begin
|
||||
if (LCLObject.Components[i] is TWinControl) and
|
||||
(TWinControl(LCLObject.Components[i]).Parent = LCLObject) and
|
||||
(TWinControl(LCLObject.Components[i]).Align in [alTop, alLeft, alRight, alBottom]) then
|
||||
begin
|
||||
R2 := TWinControl(LCLObject.Components[i]).BoundsRect;
|
||||
|
Loading…
Reference in New Issue
Block a user