Move HideCursor() fom Show() to _Activate(), so it gets called also on workspace change.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32300 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -309,7 +309,6 @@ BWindowScreen::Show()
|
|||||||
if (!fActivateState) {
|
if (!fActivateState) {
|
||||||
release_sem(fActivateSem);
|
release_sem(fActivateSem);
|
||||||
fActivateState = true;
|
fActivateState = true;
|
||||||
be_app->HideCursor();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -702,6 +701,8 @@ BWindowScreen::_Activate()
|
|||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
be_app->HideCursor();
|
||||||
|
|
||||||
SetColorList(fPalette);
|
SetColorList(fPalette);
|
||||||
if (fDebugState && !fDebugFirst) {
|
if (fDebugState && !fDebugFirst) {
|
||||||
SuspensionHook(true);
|
SuspensionHook(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user