This form is driving me nuts!!! This is a subform called from the main form with
procedure TfrmAuroraDataUpload.Button1Click(Sender: TObject);
begin
frmSettings.ShowModal;
end;
and then closed with
procedure TfrmSettings.cmdSettingsExitClick(Sender: TObject);
begin
frmSettings.Close;
end;
No other controls are clicked. There is no code on any of the form events. On first click the form is shown as in the top picture, no scroll bars. After I close the form and re open it the form has scrolled and has scroll bars. As far as I have been able to check there are no controls beyond the limits of the form. I do not understand why the form is ok on first show but not on subsequent shows.
Help please
Lazarus 3.2 FPC 3.2.2 MacOS Monterey 12.7.4