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:
parent
7ec29ae9a2
commit
08c4703712
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user