Revision: 16206
          http://sourceforge.net/p/skim-app/code/16206
Author:   hofman
Date:     2026-05-03 14:57:35 +0000 (Sun, 03 May 2026)
Log Message:
-----------
remove delayed row height autosize when resizing scrollview

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

Modified: trunk/SKMainWindowController_UI.m
===================================================================
--- trunk/SKMainWindowController_UI.m   2026-05-03 14:27:22 UTC (rev 16205)
+++ trunk/SKMainWindowController_UI.m   2026-05-03 14:57:35 UTC (rev 16206)
@@ -2018,7 +2018,6 @@
 
 - (void)handleNoteViewFrameDidChangeNotification:(NSNotification 
*)notification {
     if (mwcFlags.autoResizeNoteRows) {
-        [self performSelectorOnce:@selector(resetNoteRowHeights) 
afterDelay:0.0];
         [rightSideController.noteOutlineView resetRowHeights];
         [rightSideController.noteOutlineView 
noteHeightOfRowsChangedAnimating:NO];
     }

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