Revision: 16065
          http://sourceforge.net/p/skim-app/code/16065
Author:   hofman
Date:     2026-03-15 17:23:52 +0000 (Sun, 15 Mar 2026)
Log Message:
-----------
make sure destination point is cleared when we don't save it

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2026-03-15 17:19:36 UTC (rev 16064)
+++ trunk/SKMainWindowController.m      2026-03-15 17:23:52 UTC (rev 16065)
@@ -3246,6 +3246,8 @@
         [setup setObject:[NSNumber numberWithUnsignedInteger:dest.pageIndex] 
forKey:PAGEINDEX_KEY];
         if (NSEqualPoints(dest.point, SKUnspecifiedPoint) == NO)
             [setup setObject:NSStringFromPoint(dest.point) 
forKey:SCROLLPOINT_KEY];
+        else
+            [setup removeObjectForKey:SCROLLPOINT_KEY];
     }
 }
 

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