all repos — fluxbox @ 38f84c393210066acb7386aab6e35e70e0994f72

custom fork of the fluxbox windowmanager

fix window menu again
Mark Tiefenbruck mark@fluxbox.org
commit

38f84c393210066acb7386aab6e35e70e0994f72

parent

f3e3bb52734290d58deb2871831ad0889f14a354

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

jump to
M src/Window.ccsrc/Window.cc

@@ -1986,9 +1986,11 @@ m_attention_state = false;

m_focussig.notify(); if (m_client) m_client->focusSig().notify(); + WinClient *old = WindowCmd<void>::client(); WindowCmd<void>::setClient(m_client); Fluxbox::instance()->keys()->doAction(focus ? FocusIn : FocusOut, 0, 0, Keys::ON_WINDOW); + WindowCmd<void>::setClient(old); } }