Revision: 14803
          http://sourceforge.net/p/skim-app/code/14803
Author:   hofman
Date:     2024-12-09 17:07:34 +0000 (Mon, 09 Dec 2024)
Log Message:
-----------
no need to redrraw annotation highlight when moving it to the front

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

Modified: trunk/SKMainWindowController_UI.m
===================================================================
--- trunk/SKMainWindowController_UI.m   2024-12-09 16:37:43 UTC (rev 14802)
+++ trunk/SKMainWindowController_UI.m   2024-12-09 17:07:34 UTC (rev 14803)
@@ -1141,9 +1141,6 @@
     
     [page removeAnnotation:note];
     [page addAnnotation:note];
-    
-    
-    [pdfView updatedAnnotation:note];
 }
 
 - (void)autoSizeNoteRows:(id)sender {

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