Revision: 16207
          http://sourceforge.net/p/skim-app/code/16207
Author:   hofman
Date:     2026-05-03 15:04:16 +0000 (Sun, 03 May 2026)
Log Message:
-----------
check simple boolean first

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

Modified: trunk/SKMainWindowController_UI.m
===================================================================
--- trunk/SKMainWindowController_UI.m   2026-05-03 14:57:35 UTC (rev 16206)
+++ trunk/SKMainWindowController_UI.m   2026-05-03 15:04:16 UTC (rev 16207)
@@ -922,7 +922,7 @@
 }
 
 - (void)outlineViewColumnDidMove:(NSNotification *)notification {
-    if ([[notification object] isEqual:rightSideController.noteOutlineView] && 
mwcFlags.autoResizeNoteRows) {
+    if (mwcFlags.autoResizeNoteRows && [[notification object] 
isEqual:rightSideController.noteOutlineView]) {
         NSInteger oldColumn = [[[notification userInfo] 
objectForKey:@"NSOldColumn"] integerValue];
         NSInteger newColumn = [[[notification userInfo] 
objectForKey:@"NSNewColumn"] integerValue];
         if (oldColumn == 0 || newColumn == 0)

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