Revision: 14060
          http://sourceforge.net/p/skim-app/code/14060
Author:   hofman
Date:     2024-02-19 16:34:36 +0000 (Mon, 19 Feb 2024)
Log Message:
-----------
should not discard cursor rects when resetting

Modified Paths:
--------------
    trunk/SKSideWindow.m

Modified: trunk/SKSideWindow.m
===================================================================
--- trunk/SKSideWindow.m        2024-02-19 16:33:57 UTC (rev 14059)
+++ trunk/SKSideWindow.m        2024-02-19 16:34:36 UTC (rev 14060)
@@ -291,7 +291,7 @@
 
 // we should be able to do this through tracking areas, but that does not work 
very well
 - (void)resetCursorRects {
-    [self discardCursorRects];
+    [super resetCursorRects];
     [self addCursorRect:[self resizeHandleRect] cursor:[NSCursor 
resizeLeftRightCursor]];
 }
 

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

Reply via email to