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