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
Version: 1.6
Python : 3.9.7
Operating System: Windows 10
My Issue/Question
DPG 1.6 crash when use 2 NodeStyleVar: mvNodeStyleVar_NodePaddingHorizontal and mvNodeStyleVar_NodePaddingVertical.
These 2 padding is working in DPG 1.5.1.
To Reproduce
python code below
Expected behavior
Screenshots/Video
Standalone, minimal, complete and verifiable example
Fixed in 1.6.1 with a breaking change, mvNodeStyleVar_NodePaddingHorizontal and mvNodeStyleVar_NodePaddingVertical was combined int mvNodeStyleVar_NodePadding by imnodes. In 1.6.1, you must now do:
Version of Dear PyGui
Version: 1.6
Python : 3.9.7
Operating System: Windows 10
My Issue/Question
DPG 1.6 crash when use 2 NodeStyleVar: mvNodeStyleVar_NodePaddingHorizontal and mvNodeStyleVar_NodePaddingVertical.
These 2 padding is working in DPG 1.5.1.
To Reproduce
python code below
Expected behavior
Screenshots/Video
Standalone, minimal, complete and verifiable example
The text was updated successfully, but these errors were encountered: