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
I'm having small problem with output pins. I'm new with imgui and nodes, and i've created an basic POO classes to manage all nodes/pins, but output attributes isn't right aligned:
I had tried do some calc text size, but don't worked. My render code for pin:
in order to kind of fix this issue I keep track of desired node Width for each type of node in my application, and I set the node width, abs draw the node
then when drawing the output pins, i set the cursor at the node with - calculated text size and it surprisingly works
I'm having small problem with output pins. I'm new with imgui and nodes, and i've created an basic POO classes to manage all nodes/pins, but output attributes isn't right aligned:
I had tried do some calc text size, but don't worked. My render code for pin:
The text was updated successfully, but these errors were encountered: