From 4ffd744f81cf625c16e38e98168faa84e21ffbc9 Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 5 Jan 2007 21:24:37 +0000 Subject: window wasn't staying focused when dragging across workspaces with outline window moving --- ChangeLog | 3 +++ src/Window.cc | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6f269df..cbb2882 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ (Format: Year/Month/Day) Changes for 1.0rc3: *07/01/05: + * Window wasn't staying focused when dragging across workspaces with + outline window moving (Mark) + Window.cc * Fix placement of window menu with toolbar at the top of the screen, and remove titlebar from window menu (Mark) Window.cc IconButton.cc diff --git a/src/Window.cc b/src/Window.cc index d878e2e..b3b395b 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -3360,6 +3360,7 @@ void FluxboxWindow::stopMoving(bool interrupted) { if (m_workspace_number != screen().currentWorkspaceID()) { screen().reassociateWindow(this, screen().currentWorkspaceID(), true); frame().show(); + setInputFocus(); } } fluxbox->ungrab(); -- cgit v0.11.2