Revision: 16245
http://sourceforge.net/p/skim-app/code/16245
Author: hofman
Date: 2026-05-07 17:51:54 +0000 (Thu, 07 May 2026)
Log Message:
-----------
do not animate row height change
Modified Paths:
--------------
trunk/SKInfoWindowController.m
Modified: trunk/SKInfoWindowController.m
===================================================================
--- trunk/SKInfoWindowController.m 2026-05-07 17:37:53 UTC (rev 16244)
+++ trunk/SKInfoWindowController.m 2026-05-07 17:51:54 UTC (rev 16245)
@@ -301,7 +301,10 @@
}
- (void)handleViewFrameDidChangeNotification:(NSNotification *)notification {
+ [NSAnimationContext beginGrouping];
+ [[NSAnimationContext currentContext] setDuration:0.0];
[attributesTableView noteHeightOfRowsWithIndexesChanged:[NSIndexSet
indexSetWithIndex:[attributesKeys count] - 1]];
+ [NSAnimationContext endGrouping];
}
- (void)handleWindowDidBecomeMainNotification:(NSNotification *)notification {
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