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
In my application, I am manually positioning the pin locations using PinRect(). What I find is that no matter where I place the pins (and they do render where I wanted them) some invisible space in the node layout is occupied by them as if they were not moved.
So for instance if I have just a Text item in the node, when there are no pins the node wraps tightly around the text (with NodePadding space around it). But when I add pins after adding the text widget, even if the pins are positioned above the text, there is additional blank space added below the text. If I follow every item with a SameLine(), additional blank space is added to the right of the text widget.
The text was updated successfully, but these errors were encountered:
In my application, I am manually positioning the pin locations using PinRect(). What I find is that no matter where I place the pins (and they do render where I wanted them) some invisible space in the node layout is occupied by them as if they were not moved.
So for instance if I have just a Text item in the node, when there are no pins the node wraps tightly around the text (with NodePadding space around it). But when I add pins after adding the text widget, even if the pins are positioned above the text, there is additional blank space added below the text. If I follow every item with a SameLine(), additional blank space is added to the right of the text widget.
The text was updated successfully, but these errors were encountered: