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
after drawn several rects, set the mousedown event of the rect, use rect.front() to set the rect to be front.
but, after set front, the rotate circle doesn't work.
The text was updated successfully, but these errors were encountered:
When you call front() you move the rect in front of the rotation button. So I think thats the reason why you cant click it anymore. Deselect and select again when you do that and that should fix your problem
after drawn several rects, set the mousedown event of the rect, use rect.front() to set the rect to be front.
but, after set front, the rotate circle doesn't work.
The text was updated successfully, but these errors were encountered: