little bug fix for menu typeahead (thanks Matteo)
This commit is contained in:
parent
4c1a242968
commit
0d02b9bdf3
1 changed files with 2 additions and 0 deletions
|
@ -522,6 +522,8 @@ void Menu::show() {
|
|||
if (m_need_update)
|
||||
updateMenu();
|
||||
|
||||
m_type_ahead.reset();
|
||||
|
||||
menu.window.showSubwindows();
|
||||
menu.window.show();
|
||||
raise();
|
||||
|
|
Loading…
Reference in a new issue