Skip to content

Update dockedresizer.pas to correctly display the form with MainMenu in the docked form editor.

Platform Windows 10, Lazarus 4.0 rc 1. If the form is larger than the display area, the MainMenu component is located on the form and FakeMenu is displayed, then to fully display the form, you must increase the value of FScrollBarVert.Max and FRealMaxV to the height of FakeMenu.

001.png

002.png

After the changes:

003.png

004.png

Merge request reports

Loading