Bug 346690, p=sergei_d, r=thesuckiestemail, NPOB
git-svn-id: svn://10.0.0.236/trunk@243559 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
80ddb894c1
commit
a11f766755
@ -1259,6 +1259,8 @@ NS_METHOD nsWindow::SetCursor(nsCursor aCursor)
|
||||
if (aCursor != mCursor)
|
||||
{
|
||||
BCursor const *newCursor = B_CURSOR_SYSTEM_DEFAULT;
|
||||
if (be_app->IsCursorHidden())
|
||||
be_app->ShowCursor();
|
||||
|
||||
// Check to see if the array has been loaded, if not, do it.
|
||||
if (gCursorArray.Count() == 0)
|
||||
@ -1421,7 +1423,7 @@ NS_METHOD nsWindow::SetCursor(nsCursor aCursor)
|
||||
break;
|
||||
|
||||
case eCursor_none:
|
||||
// XXX: No suitable cursor, needs implementing
|
||||
be_app->HideCursor();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user