Revision: 16205
          http://sourceforge.net/p/skim-app/code/16205
Author:   hofman
Date:     2026-05-03 14:27:22 +0000 (Sun, 03 May 2026)
Log Message:
-----------
check simplee boolean first

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

Modified: trunk/SKMainWindowController_UI.m
===================================================================
--- trunk/SKMainWindowController_UI.m   2026-05-03 09:13:41 UTC (rev 16204)
+++ trunk/SKMainWindowController_UI.m   2026-05-03 14:27:22 UTC (rev 16205)
@@ -553,7 +553,7 @@
 }
 
 - (void)tableViewDidEndLiveResize:(NSTableView *)tv {
-    if ([tv isEqual:leftSideController.findTableView] && 
mwcFlags.findRowHeightsNeedUpdate) {
+    if (mwcFlags.findRowHeightsNeedUpdate && [tv 
isEqual:leftSideController.findTableView]) {
         if ([searchResults count] > 1)
             [leftSideController.findTableView 
noteHeightOfRowsWithIndexesChanged:[NSIndexSet 
indexSetWithIndexesInRange:NSMakeRange(1, [searchResults count] - 1)]];
         mwcFlags.findRowHeightsNeedUpdate = 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