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

Skip to content

Commit fb0d711

Browse files
committed
Fix osx busy cursor
1 parent 67d1299 commit fb0d711

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+
case 4: break;
19051906
default: return NULL;
19061907
}
19071908
Py_INCREF(Py_None);

0 commit comments

Comments
 (0)