From c5c316e09b27cda8b4b9a2d9a78d458402585a1b Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 28 Jun 2006 01:02:57 +0000 Subject: one more focus issue on detach --- src/Window.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Window.cc b/src/Window.cc index 0ca7ba9..91b57e0 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -3662,6 +3662,7 @@ void FluxboxWindow::attachTo(int x, int y, bool interrupted) { 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 -- cgit v0.11.2