Revision: 15653
          http://sourceforge.net/p/skim-app/code/15653
Author:   hofman
Date:     2025-07-13 08:22:32 +0000 (Sun, 13 Jul 2025)
Log Message:
-----------
only update editor frame when there is an editor

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2025-07-13 08:18:23 UTC (rev 15652)
+++ trunk/SKPDFView.m   2025-07-13 08:22:32 UTC (rev 15653)
@@ -3200,7 +3200,8 @@
 - (void)handleScaleChangedNotification:(NSNotification *)notification {
     [self resetPDFToolTipRects];
     [self updatePacer];
-    [self textNoteEditorSetFrame:editor];
+    if (editor)
+        [self textNoteEditorSetFrame:editor];
 }
 
 - (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