You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix MenuBar hover position scaling properly with the scale factor multiplier
This commit is contained in:
@@ -42,8 +42,6 @@ class MenuButton : public Button {
|
||||
bool disable_shortcuts = false;
|
||||
PopupMenu *popup = nullptr;
|
||||
|
||||
Vector2i mouse_pos_adjusted;
|
||||
|
||||
void _popup_visibility_changed(bool p_visible);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user