little bug fix for menu typeahead (thanks Matteo)

This commit is contained in:
markt 2007-03-04 17:51:17 +00:00
parent 4c1a242968
commit 0d02b9bdf3

View file

@ -522,6 +522,8 @@ void Menu::show() {
if (m_need_update)
updateMenu();
m_type_ahead.reset();
menu.window.showSubwindows();
menu.window.show();
raise();