* The window was now always taken to the new workspace with Ctrl-Alt-arrow;
lazy debugging left over that closes ticket #5675 again. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36637 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -944,7 +944,7 @@ BWindow::DispatchMessage(BMessage* msg, BHandler* target)
|
||||
BPrivate::AppServerLink link;
|
||||
link.StartMessage(AS_ACTIVATE_WORKSPACE);
|
||||
link.Attach<int32>(next);
|
||||
link.Attach<bool>(true);
|
||||
link.Attach<bool>(takeMeThere);
|
||||
link.Flush();
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user