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 tried fixing this but I'm not comfortable enough with imgui. The problems is that when you click the tool processor still considers your mouse to be clicking in the window rather than intending to start a drag on the small extended resize border.
Potential solutions:
Checking if the cursor is on the "resize" image and cancelling (attempted, doesn't work since you can't get the cursor from imgui after the UI has rendered)
Adding a 5px boundary on the x axis for clicking (kind of a hacky solution, but not attempted and likely possible)
Concern with this is that different monitors, scaling, etc might have different size click borders.
Version
2.6.2
What happened?
i was trying to resize the search screen, and the thing i had selected was placed after i finished resizing
Reproduction
Relevant log output
No response
The text was updated successfully, but these errors were encountered: