DearPyGui
DearPyGui copied to clipboard
Some minor mistakes inside DPG's demo
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
- Open the demo
- Go to tables > Outer Size
Screenshots

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()
Nice catch. Fixed in next release.