Revision: 14425
http://sourceforge.net/p/skim-app/code/14425
Author: hofman
Date: 2024-08-16 08:53:51 +0000 (Fri, 16 Aug 2024)
Log Message:
-----------
check NSCursor instead of custom object
Modified Paths:
--------------
trunk/NSCursor_SKExtensions.m
Modified: trunk/NSCursor_SKExtensions.m
===================================================================
--- trunk/NSCursor_SKExtensions.m 2024-08-15 23:40:17 UTC (rev 14424)
+++ trunk/NSCursor_SKExtensions.m 2024-08-16 08:53:51 UTC (rev 14425)
@@ -293,7 +293,7 @@
NSCursor *cursor;
NSPoint hotspot;
- if ([self
respondsToSelector:@selector(_windowResizeNorthEastSouthWestCursor)] == NO ||
[self respondsToSelector:@selector(_windowResizeNorthWestSouthEastCursor)]) {
+ if ([NSCursor
respondsToSelector:@selector(_windowResizeNorthEastSouthWestCursor)] == NO ||
[NSCursor respondsToSelector:@selector(_windowResizeNorthWestSouthEastCursor)])
{
hotspot = NSMakePoint(8.0, 8.0);
image = [[NSImage alloc] initPDFWithSize:NSMakeSize(16.0, 16.0)
drawingHandler:^(NSRect dstRect){
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