Application crashes when custom_series being deleted from a callback #1864
Labels
priority: high
high priority
state: ready
Fixed/Added and will be present in an upcoming release
type: bug
bug
Version of Dear PyGui
Version: 1.6.2
Operating System: Windows 10
My Issue/Question
The code below crashes when I am trying to delete
custom_series
from a callback using parent item or tag. The code crashes only when thecustom_series
is visible (if you usedpg.add_custom_series(..., show=False)
, the application will not crash).To Reproduce
Steps to reproduce the behavior:
Expected behavior
Removal of the item from a callback should be possible without the crash.
Standalone, minimal, complete and verifiable example
The text was updated successfully, but these errors were encountered: