зеркало из https://github.com/mozilla/gecko-dev.git
fix for wrong cursor when in wait state bug 48839 r=bruce
This commit is contained in:
Родитель
4d3bd39c64
Коммит
ecd17a88e6
|
@ -989,7 +989,7 @@ NS_IMETHODIMP nsWindow::SetCursor(nsCursor aCursor)
|
|||
break;
|
||||
|
||||
case eCursor_spinning:
|
||||
newCursor = gdk_cursor_new(GDK_EXCHANGE);
|
||||
newCursor = gdk_cursor_new(GDK_WATCH);
|
||||
break;
|
||||
|
||||
case eCursor_count_up:
|
||||
|
|
Загрузка…
Ссылка в новой задаче