You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dpg.menu_bar created under a dpg.window should be rendered
Screenshots/Video
v1.6.3 Source build
v.1.6.2 Release
Standalone, minimal, complete and verifiable example
# Here's some code anyone can copy and paste to reproduce your issueimportdearpygui.dearpyguiasdpgdpg.create_context()
dpg.create_viewport()
dpg.setup_dearpygui()
withdpg.window(label="tutorial"):
withdpg.menu_bar(label='Main Menu'):
withdpg.menu(label='File'):
passdpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context()
The text was updated successfully, but these errors were encountered:
Version of Dear PyGui
Version: 1.6.3 source build 13b39aa
Operating System: Win10 x64
My Issue/Question
dpg.menu_bar created under a dpg.window is not rendered.
Not sure which commit caused it. The dpg v.1.6.2 release version runs fine.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
dpg.menu_bar created under a dpg.window should be rendered
Screenshots/Video
v1.6.3 Source build
v.1.6.2 Release
Standalone, minimal, complete and verifiable example
The text was updated successfully, but these errors were encountered: