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 noticed an issue when placing these buttons in an NSScrollView. The graphics were being drawn outside of the scroll view once they overlapped the edge.
I've fixed this in my version by changing all "setClip" commands to "addClip" (only after a bit of googling).
Hope this helps anyone else with the same issue.
The text was updated successfully, but these errors were encountered:
I noticed an issue when placing these buttons in an NSScrollView. The graphics were being drawn outside of the scroll view once they overlapped the edge.
I've fixed this in my version by changing all "setClip" commands to "addClip" (only after a bit of googling).
Hope this helps anyone else with the same issue.
The text was updated successfully, but these errors were encountered: