window wasn't staying focused when dragging across workspaces with outline window moving
This commit is contained in:
parent
dbe528755e
commit
4ffd744f81
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue