Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0d711 commit 75064e1Copy full SHA for 75064e1
1 file changed
src/_macosx.m
@@ -1902,6 +1902,7 @@ -(void)save_figure:(id)sender
1902
case 1: [[NSCursor arrowCursor] set]; break;
1903
case 2: [[NSCursor crosshairCursor] set]; break;
1904
case 3: [[NSCursor openHandCursor] set]; break;
1905
+ /* OSX handles busy state itself so no need to set a cursor here */
1906
case 4: break;
1907
default: return NULL;
1908
}
0 commit comments