Revision: 15638
          http://sourceforge.net/p/skim-app/code/15638
Author:   hofman
Date:     2025-07-11 14:26:07 +0000 (Fri, 11 Jul 2025)
Log Message:
-----------
use correct method

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2025-07-11 09:32:17 UTC (rev 15637)
+++ trunk/SKPDFView.m   2025-07-11 14:26:07 UTC (rev 15638)
@@ -413,7 +413,7 @@
 - (void)layoutDocumentView {
     [super layoutDocumentView];
     [self resetPDFToolTipRects];
-    [editor layout];
+    [editor updateLayout];
 }
 
 #pragma mark Drawing
@@ -3147,7 +3147,7 @@
     if ([annotation isNote])
         [self resetPDFToolTipRects];
     if ([self isEditingAnnotation:annotation])
-        [editor layout];
+        [editor updateLayout];
 }
 
 - (void)registerForDocumentNotifications {
@@ -3185,7 +3185,7 @@
 - (void)handleScaleChangedNotification:(NSNotification *)notification {
     [self resetPDFToolTipRects];
     [self updatePacer];
-    [editor layout];
+    [editor updateLayout];
 }
 
 - (void)handleUpdateTrackingAreasNotification:(NSNotification *)notification {

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