-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix right-click on tilset atlas popup wrong position #71618
Fix right-click on tilset atlas popup wrong position #71618
Conversation
Technically you are adding points of different coordinate systems:
I didn't look in depth into this, but could you test, if the PR works, if the editor has a non-default Display Scale and is not in Single-Window-Mode? If not, you could try instead of the addition: Conceptually the conversion to the Screen coordinates was definitively missing. Maybe you could extend this PR to address
|
This seems indeed cleaner. I'll test it. |
Fix similar bug in AnimationLibraryEditor
0ed12bd
to
c1de6dc
Compare
Done. I also fixed a similar issue in AnimationLibraryEditor. |
Thanks! |
For the record, there's a few more cases of this
|
From a quick look, there are several occurrences of |
Fixes #71327