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

Some minor mistakes inside DPG's demo #1779

Closed
QuattroMusic opened this issue May 23, 2022 · 1 comment
Closed

Some minor mistakes inside DPG's demo #1779

QuattroMusic opened this issue May 23, 2022 · 1 comment
Labels
category: demo related to demo state: ready Fixed/Added and will be present in an upcoming release type: bug bug

Comments

@QuattroMusic
Copy link

Version of Dear PyGui

Version: 1.6.2
Operating System: Windows 10

My Issue/Question

Inside the demo, there are two resizable buttons on the table, "Outer Size" category (see images for more infos)

To Reproduce

  1. Open the demo
  2. Go to tables > Outer Size

Screenshots

image
image
image
image

Standalone, minimal, complete and verifiable example

import dearpygui.dearpygui as dpg
from dearpygui.demo import show_demo

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

show_demo()

dpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context()
@QuattroMusic QuattroMusic added state: pending not addressed yet type: bug bug labels May 23, 2022
@hoffstadt hoffstadt added state: ready Fixed/Added and will be present in an upcoming release category: demo related to demo and removed state: pending not addressed yet labels Jun 4, 2022
@hoffstadt
Copy link
Owner

Nice catch. Fixed in next release.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
category: demo related to demo state: ready Fixed/Added and will be present in an upcoming release type: bug bug
Projects
None yet
Development

No branches or pull requests

2 participants