1
0
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:
Emmanouil Papadeas
2023-12-18 18:07:34 +02:00
parent 2d0ee20ff3
commit e864b26e54
4 changed files with 4 additions and 43 deletions

View File

@@ -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: