all repos — fluxbox @ c5c316e09b27cda8b4b9a2d9a78d458402585a1b

custom fork of the fluxbox windowmanager

one more focus issue on detach
markt markt
commit

c5c316e09b27cda8b4b9a2d9a78d458402585a1b

parent

03631ca98e7e20ff4b0b0f162e4720e0282dc7e4

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

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

@@ -3662,6 +3662,7 @@ if (client.fbwindow() != 0) {

client.fbwindow()->move(frame().x() - m_last_resize_x + x, frame().y() - m_last_resize_y + y); client.fbwindow()->show(); FocusControl::setFocusedWindow(&client); + client.fbwindow()->setInputFocus(); } } else if( attach_to_win == this && attach_to_win->isTabable()) { //reording of tabs within a frame