Revision: 13116
          http://sourceforge.net/p/skim-app/code/13116
Author:   hofman
Date:     2022-10-22 21:59:17 +0000 (Sat, 22 Oct 2022)
Log Message:
-----------
make sure magnify window is updated when reading bar changes

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2022-10-22 14:06:36 UTC (rev 13115)
+++ trunk/SKPDFView.m   2022-10-22 21:59:17 UTC (rev 13116)
@@ -1055,6 +1055,9 @@
         [self goToRect:rect onPage:newPage];
     }
     
+    if ([loupeWindow parentWindow])
+        [self updateMagnifyWithEvent:nil];
+    
     if (oldPage)
         [self setNeedsDisplayInRect:[SKReadingBar bounds:oldBounds 
forBox:[self displayBox] onPage:oldPage] ofPage:oldPage];
     if (newPage)

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



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to