Revision: 14462
http://sourceforge.net/p/skim-app/code/14462
Author: hofman
Date: 2024-09-20 14:18:04 +0000 (Fri, 20 Sep 2024)
Log Message:
-----------
set arrow cursor when window resigns key, e.g. when showing a sheet
Modified Paths:
--------------
trunk/SKPresentationView.m
Modified: trunk/SKPresentationView.m
===================================================================
--- trunk/SKPresentationView.m 2024-09-19 16:27:07 UTC (rev 14461)
+++ trunk/SKPresentationView.m 2024-09-20 14:18:04 UTC (rev 14462)
@@ -797,7 +797,7 @@
[[self class] cancelPreviousPerformRequestsWithTarget:self
selector:@selector(doAutoHide) object:nil];
[[self class] cancelPreviousPerformRequestsWithTarget:self
selector:@selector(doAutoHideCursor) object:nil];
pvFlags.cursorHidden = NO;
- [self performSelectorOnce:@selector(setCursorForMouse:) afterDelay:0.0];
+ [[NSCursor arrowCursor] set];
}
- (void)handleWindowDidBecomeKeyNotification:(NSNotification *)notification {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit