DearPyGui icon indicating copy to clipboard operation
DearPyGui copied to clipboard

Some minor mistakes inside DPG's demo

Open QuattroMusic opened this issue 3 years ago • 1 comments

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 avatar May 23 '22 19:05 QuattroMusic

Nice catch. Fixed in next release.

hoffstadt avatar Jun 04 '22 03:06 hoffstadt