mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
WindowServer: Adjust position of flipped submenus by menu item height
Fixes #5950.
This commit is contained in:
parent
8461100bf7
commit
b220c89c5c
2 changed files with 5 additions and 3 deletions
|
@ -114,7 +114,7 @@ public:
|
|||
void close();
|
||||
|
||||
void popup(const Gfx::IntPoint&);
|
||||
void do_popup(const Gfx::IntPoint&, bool);
|
||||
void do_popup(const Gfx::IntPoint&, bool make_input, bool as_submenu = false);
|
||||
|
||||
bool is_menu_ancestor_of(const Menu&) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue