lcl: fixed typo

This commit is contained in:
mattias 2025-01-27 11:37:21 +01:00
parent fd780d0e00
commit 54e532cdbe

View File

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