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

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

Modified: trunk/SKNoteTableRowView.m
===================================================================
--- trunk/SKNoteTableRowView.m  2024-02-18 23:46:03 UTC (rev 14058)
+++ trunk/SKNoteTableRowView.m  2024-02-19 16:33:57 UTC (rev 14059)
@@ -67,7 +67,6 @@
 }
 
 - (void)resetCursorRects {
-    [self discardCursorRects];
     [super resetCursorRects];
     
     NSCursor *cursor = [NSCursor resizeUpDownCursor];

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