Make switch_on_hover work on embedded windows
This commit is contained in:
parent
738205d923
commit
478b6d6a13
2 changed files with 35 additions and 12 deletions
|
|
@ -42,6 +42,8 @@ class MenuButton : public Button {
|
|||
bool disable_shortcuts = false;
|
||||
PopupMenu *popup;
|
||||
|
||||
Vector2i mouse_pos_adjusted;
|
||||
|
||||
Array _get_items() const;
|
||||
void _set_items(const Array &p_items);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue