aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Window.cc1
1 files changed, 1 insertions, 0 deletions
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) {
3662 client.fbwindow()->move(frame().x() - m_last_resize_x + x, frame().y() - m_last_resize_y + y); 3662 client.fbwindow()->move(frame().x() - m_last_resize_x + x, frame().y() - m_last_resize_y + y);
3663 client.fbwindow()->show(); 3663 client.fbwindow()->show();
3664 FocusControl::setFocusedWindow(&client); 3664 FocusControl::setFocusedWindow(&client);
3665 client.fbwindow()->setInputFocus();
3665 } 3666 }
3666 } else if( attach_to_win == this && attach_to_win->isTabable()) { 3667 } else if( attach_to_win == this && attach_to_win->isTabable()) {
3667 //reording of tabs within a frame 3668 //reording of tabs within a frame