Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75064e1

Browse files
committed
Add comment about OSX busy cursor
1 parent fb0d711 commit 75064e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_macosx.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,6 +1902,7 @@ -(void)save_figure:(id)sender
19021902
case 1: [[NSCursor arrowCursor] set]; break;
19031903
case 2: [[NSCursor crosshairCursor] set]; break;
19041904
case 3: [[NSCursor openHandCursor] set]; break;
1905+
/* OSX handles busy state itself so no need to set a cursor here */
19051906
case 4: break;
19061907
default: return NULL;
19071908
}

0 commit comments

Comments
 (0)