Is there a way to use states and styles with the custom draw function of the node? #513
|
I registered a custom node and wrote a custom draw function for it because the node differs from the default
|
Replies: 2 comments 1 reply
|
I tried to make it via the
|
|
Ok, I found the solution. I need to change nodes' states by myself and to disable default |


Ok, I found the solution. I need to change nodes' states by myself and to disable default
ActivateRelationsbehavior, because there is a conflict betweenActivateRelationsand manual state changing.