Qt: fixed geometry resize of mdiarea handle widget. issue #29978

git-svn-id: trunk@52148 -
This commit is contained in:
zeljko 2016-04-08 11:13:48 +00:00
parent 190e5160f3
commit d937152b73

View File

@ -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;