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:
Stefano Ceccherini 2009-08-13 10:29:11 +00:00
parent 7ec29ae9a2
commit 08c4703712

View File

@ -309,7 +309,6 @@ BWindowScreen::Show()
if (!fActivateState) {
release_sem(fActivateSem);
fActivateState = true;
be_app->HideCursor();
}
}
@ -702,6 +701,8 @@ BWindowScreen::_Activate()
return status;
}
be_app->HideCursor();
SetColorList(fPalette);
if (fDebugState && !fDebugFirst) {
SuspensionHook(true);