Bug 346690, p=sergei_d, r=thesuckiestemail, NPOB

This commit is contained in:
sergei_d@fi.tartu.ee 2008-01-19 14:21:51 -08:00
parent 28f999de16
commit 37159f4c1d

View File

@ -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: