Revision: 14789
          http://sourceforge.net/p/skim-app/code/14789
Author:   hofman
Date:     2024-12-08 16:30:28 +0000 (Sun, 08 Dec 2024)
Log Message:
-----------
Make sure magnification loups updates when a note changes

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2024-12-08 15:50:11 UTC (rev 14788)
+++ trunk/SKPDFView.m   2024-12-08 16:30:28 UTC (rev 14789)
@@ -2844,6 +2844,8 @@
             rect = NSInsetRect(rect, -margin, -margin);
         }
         [self setNeedsDisplayInRect:rect ofPage:page];
+    } else {
+        [loupeController updateContents];
     }
 }
 

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