We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 1.7.1 Operating System: Windows 10
Opening the item registry and then trying to expand the children of table with at least one column causes dpg to crash.
Steps to reproduce the behavior:
Alternatively, check Show Slots in the item registry and then expand Child Slot 2 (Child Slot 0 works normally) of the table to crash.
The item registry should show the children of the table.
import dearpygui.dearpygui as dpg dpg.create_context() dpg.create_viewport() with dpg.window(): with dpg.table(): dpg.add_table_column() dpg.show_item_registry() dpg.setup_dearpygui() dpg.show_viewport() dpg.start_dearpygui() dpg.destroy_context()
The text was updated successfully, but these errors were encountered:
fix: item registry crash when parent is empty #1907
baf34e7
Great catch. Fixed in next release.
Sorry, something went wrong.
@hoffstadt this is still broken in 1.7.2 when checking Show Slots and then expanding Child Slot 2 of the table
Fixed in next release.
fix: registry crash issue #1907
a812306
No branches or pull requests
Version of Dear PyGui
Version: 1.7.1
Operating System: Windows 10
My Issue/Question
Opening the item registry and then trying to expand the children of table with at least one column causes dpg to crash.
To Reproduce
Steps to reproduce the behavior:
Alternatively, check Show Slots in the item registry and then expand Child Slot 2 (Child Slot 0 works normally) of the table to crash.
Expected behavior
The item registry should show the children of the table.
Standalone, minimal, complete and verifiable example
The text was updated successfully, but these errors were encountered: