one more focus issue on detach
markt markt
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/Window.cc
→
src/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