mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
WindowServer: Fix name typo in descend_into_submenu_at_hovered_item()
This commit is contained in:
parent
cbb3c7aade
commit
e786444ffa
2 changed files with 4 additions and 4 deletions
|
@ -132,7 +132,7 @@ private:
|
|||
void did_activate(MenuItem&);
|
||||
void open_hovered_item();
|
||||
void update_for_new_hovered_item();
|
||||
void decend_into_submenu_at_hovered_item();
|
||||
void descend_into_submenu_at_hovered_item();
|
||||
|
||||
ClientConnection* m_client { nullptr };
|
||||
int m_menu_id { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue