diff options
author | markt <markt> | 2006-06-28 01:02:57 (GMT) |
---|---|---|
committer | markt <markt> | 2006-06-28 01:02:57 (GMT) |
commit | c5c316e09b27cda8b4b9a2d9a78d458402585a1b (patch) | |
tree | b18970547f0065361be7feffd2c607edf7bcd6cb /src | |
parent | 03631ca98e7e20ff4b0b0f162e4720e0282dc7e4 (diff) | |
download | fluxbox-c5c316e09b27cda8b4b9a2d9a78d458402585a1b.zip fluxbox-c5c316e09b27cda8b4b9a2d9a78d458402585a1b.tar.bz2 |
one more focus issue on detach
Diffstat (limited to 'src')
-rw-r--r-- | src/Window.cc | 1 |
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 |