all repos — fluxbox @ 0d02b9bdf3da69744d8103de76b16969e3a069b1

custom fork of the fluxbox windowmanager

little bug fix for menu typeahead (thanks Matteo)
markt markt
commit

0d02b9bdf3da69744d8103de76b16969e3a069b1

parent

4c1a242968dff12e504f281224819b7cd3850a04

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/FbTk/Menu.ccsrc/FbTk/Menu.cc

@@ -522,6 +522,8 @@

if (m_need_update) updateMenu(); + m_type_ahead.reset(); + menu.window.showSubwindows(); menu.window.show(); raise();