Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bug] menu_bar not rendered in v1.6.3 source build #1817

Closed
yhyu13 opened this issue Jun 26, 2022 · 4 comments
Closed

[Bug] menu_bar not rendered in v1.6.3 source build #1817

yhyu13 opened this issue Jun 26, 2022 · 4 comments
Labels

Comments

@yhyu13
Copy link

yhyu13 commented Jun 26, 2022


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:

  1. Build and install commit 13b39aa
  2. Run verifiable example

Expected behavior

dpg.menu_bar created under a dpg.window should be rendered

Screenshots/Video

v1.6.3 Source build

python_IXumUxH9jt

v.1.6.2 Release

python_jfy0Vw2RW4

Standalone, minimal, complete and verifiable example

# Here's some code anyone can copy and paste to reproduce your issue
import dearpygui.dearpygui as dpg

dpg.create_context()
dpg.create_viewport()
dpg.setup_dearpygui()

with dpg.window(label="tutorial"):
    with dpg.menu_bar(label = 'Main Menu'):
        with dpg.menu(label = 'File'):
            pass

dpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context()
@yhyu13 yhyu13 added state: pending not addressed yet type: bug bug labels Jun 26, 2022
@yhyu13
Copy link
Author

yhyu13 commented Jun 30, 2022

Is it reproduced by any dev or it is not reproduced?

@Mstpyt
Copy link
Collaborator

Mstpyt commented Jul 11, 2022

can agree on that bug

@rdoursenaud
Copy link
Contributor

I have the same issue using the recently released v1.7.

Buggy: image
Expected: image

Unrelated, the default_open=True from collapsing_header is also not respected.

@hoffstadt
Copy link
Owner

This has been fixed.

@hoffstadt hoffstadt removed the state: pending not addressed yet label Oct 22, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants