fix window menu again
This commit is contained in:
parent
f3e3bb5273
commit
38f84c3932
1 changed files with 2 additions and 0 deletions
|
@ -1986,9 +1986,11 @@ void FluxboxWindow::setFocusFlag(bool focus) {
|
||||||
m_focussig.notify();
|
m_focussig.notify();
|
||||||
if (m_client)
|
if (m_client)
|
||||||
m_client->focusSig().notify();
|
m_client->focusSig().notify();
|
||||||
|
WinClient *old = WindowCmd<void>::client();
|
||||||
WindowCmd<void>::setClient(m_client);
|
WindowCmd<void>::setClient(m_client);
|
||||||
Fluxbox::instance()->keys()->doAction(focus ? FocusIn : FocusOut, 0, 0,
|
Fluxbox::instance()->keys()->doAction(focus ? FocusIn : FocusOut, 0, 0,
|
||||||
Keys::ON_WINDOW);
|
Keys::ON_WINDOW);
|
||||||
|
WindowCmd<void>::setClient(old);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue