Revision: 16211
http://sourceforge.net/p/skim-app/code/16211
Author: hofman
Date: 2026-05-03 21:17:07 +0000 (Sun, 03 May 2026)
Log Message:
-----------
invert condition
Modified Paths:
--------------
trunk/SKMainWindowController_UI.m
Modified: trunk/SKMainWindowController_UI.m
===================================================================
--- trunk/SKMainWindowController_UI.m 2026-05-03 21:16:09 UTC (rev 16210)
+++ trunk/SKMainWindowController_UI.m 2026-05-03 21:17:07 UTC (rev 16211)
@@ -2025,7 +2025,7 @@
- (void)handleNoteViewFrameDidChangeNotification:(NSNotification
*)notification {
if (mwcFlags.autoResizeNoteRows) {
- if ([[notification object] inLiveResize] == NO) {
+ if ([[notification object] inLiveResize]) {
mwcFlags.noteRowHeightsNeedUpdate = YES;
} else {
[rightSideController.noteOutlineView resetRowHeights];
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