mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 16:37:54 +02:00
lcl: fixed typo
This commit is contained in:
parent
fd780d0e00
commit
54e532cdbe
@ -190,7 +190,7 @@ procedure TCustomFrame.CalculatePreferredSize(var PreferredWidth,
|
|||||||
begin
|
begin
|
||||||
if (csDesigning in ComponentState) and (Owner=nil) then begin
|
if (csDesigning in ComponentState) and (Owner=nil) then begin
|
||||||
// frame is root component at designtime
|
// frame is root component at designtime
|
||||||
// => keep it free resiable
|
// => keep it free resizable
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
inherited CalculatePreferredSize(PreferredWidth, PreferredHeight,
|
inherited CalculatePreferredSize(PreferredWidth, PreferredHeight,
|
||||||
|
Loading…
Reference in New Issue
Block a user