godot icon indicating copy to clipboard operation
godot copied to clipboard

Fix `PopupMenu` tooltip alignment when scrolling

Open aaronp64 opened this issue 10 months ago • 0 comments

Call xform on position before passing into PopupMenu::get_tooltip, to undo earlier xform_inv call. PopupMenu already adjusts for the control's position when checking which item is selected.

Fixes #91085

aaronp64 avatar Apr 25 '24 21:04 aaronp64