Summary
A child window opened from a menu handler in the main window always displays the menubar defined for the main window.
Objo Studio Version
26.5.5
Operating System
Win 11 25H2
Steps To Reproduce
Create a second window - in the inspector leave the MenuBar property as (None)
Add a menu handler to the main window
Open the second window from the menu handler and the child window displays with the main menu
Alternate:
In the Opening event of the second window Me.MenuBar = Nothing still doesn't remove the menubar from the child window
Expected Result
The child window does not have a menubar
Actual Result
The child window displays the main menubar
Screenshots, Logs, Or Sample Project