New windows are now activated again - temporary fix, won't work with FFM.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13548 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1913,6 +1913,9 @@ RootLayer::show_winBorder(WinBorder *winBorder)
|
|||||||
winBorder->Level() == B_FLOATING_APP))
|
winBorder->Level() == B_FLOATING_APP))
|
||||||
{
|
{
|
||||||
invalid = fWorkspace[i]->ShowWinBorder(winBorder);
|
invalid = fWorkspace[i]->ShowWinBorder(winBorder);
|
||||||
|
|
||||||
|
// ToDo: this won't work with FFM
|
||||||
|
fWorkspace[i]->SetFocus(winBorder);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fActiveWksIndex == i) {
|
if (fActiveWksIndex == i) {
|
||||||
|
|||||||
Reference in New Issue
Block a user