I have just upgraded to Lazarus 3.2 from version 2. In the previous version, the Code and Design views were both docked in the middle of the screen, and one could toggle between them. In the new version, the Design view of the form appears in a floating window. This is sometimes useful, but sometimes unhelpful, as when one wants to set propertied of the controls in the form. As soon as one clicks in the Object Inspector the form disappears.
I have installed the AnchorDocking and AnchorDockingDsgn packages, which seem to be working as before, except for the floating form.
I have attached screenshots showing how the code/design view appear in Lazarus version 2.2 and Lazarus version 3.2. My OS is Windows 11.
So, in short, I would like to dock the Design view of the form so that it doesn't disappear when working with the Object Inspector.
There may be a simple setting somewhere, but I haven't been able to find it.