LCL: revert r50942 #dfebe2190c. Issue #28654

git-svn-id: trunk@56946 -
This commit is contained in:
ondrej 2018-01-04 06:20:31 +00:00
parent c1697fc2ef
commit 8726ea2759

View File

@ -1470,8 +1470,6 @@ end;
------------------------------------------------------------------------------}
procedure TControl.DoConstraintsChange(Sender : TObject);
begin
Width:=Constraints.MinMaxWidth(Width);
Height:=Constraints.MinMaxHeight(Height);
AdjustSize;
end;