window wasn't staying focused when dragging across workspaces with outline window moving
markt markt
2 files changed,
4 insertions(+),
0 deletions(-)
M
ChangeLog
→
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
M
src/Window.cc
→
src/Window.cc
@@ -3360,6 +3360,7 @@ moveResize(m_last_move_x, m_last_move_y, frame().width(), frame().height());
if (m_workspace_number != screen().currentWorkspaceID()) { screen().reassociateWindow(this, screen().currentWorkspaceID(), true); frame().show(); + setInputFocus(); } } fluxbox->ungrab();