Revision: 9713
          http://sourceforge.net/p/skim-app/code/9713
Author:   hofman
Date:     2018-03-05 15:25:00 +0000 (Mon, 05 Mar 2018)
Log Message:
-----------
resort after transferring notes from temporary document, the boundsOrder can 
change

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2018-03-05 15:13:15 UTC (rev 9712)
+++ trunk/SKMainWindowController.m      2018-03-05 15:25:00 UTC (rev 9713)
@@ -2180,6 +2180,7 @@
         }
         SKDESTROY(placeholderPdfDocument);
         [pdfView requiresDisplay];
+        [rightSideController.noteArrayController rearrangeObjects];
         if ([[savedNormalSetup objectForKey:LOCKED_KEY] boolValue] == NO) {
             [rightSideController.noteOutlineView reloadData];
             [self updateThumbnailsAtPageIndexes:pageIndexes];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to