You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever a handler is bound to node_link, DPG segfaults. See also #2196 for details on handler applicability.
Note: the only handler supported by a node link is item_hover_handler, which cannot be bound until #2196 is fixed. That is, this issue cannot be tested until #2196 is fixed.
To Reproduce
Steps to reproduce the behavior:
Run the example below.
It segfaults right away.
Expected behavior
When a supported handler is bound to node_link (see also #2196), there must be no segfaults, and the handler must run whenever there are appropriate conditions for that.
Screenshots/Video
None.
Standalone, minimal, complete and verifiable example
Version of Dear PyGui
Version: 1.9.1
Operating System: Windows 10
My Issue/Question
Whenever a handler is bound to node_link, DPG segfaults. See also #2196 for details on handler applicability.
Note: the only handler supported by a node link is item_hover_handler, which cannot be bound until #2196 is fixed. That is, this issue cannot be tested until #2196 is fixed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When a supported handler is bound to node_link (see also #2196), there must be no segfaults, and the handler must run whenever there are appropriate conditions for that.
Screenshots/Video
None.
Standalone, minimal, complete and verifiable example
The text was updated successfully, but these errors were encountered: