Revision: 12729 http://sourceforge.net/p/skim-app/code/12729 Author: hofman Date: 2022-01-20 23:18:04 +0000 (Thu, 20 Jan 2022) Log Message: ----------- animate auto resizing of note rows when (un)hiding column
Modified Paths: -------------- trunk/SKMainWindowController_UI.m trunk/SKNotesDocument.m Modified: trunk/SKMainWindowController_UI.m =================================================================== --- trunk/SKMainWindowController_UI.m 2022-01-20 16:07:16 UTC (rev 12728) +++ trunk/SKMainWindowController_UI.m 2022-01-20 23:18:04 UTC (rev 12729) @@ -869,7 +869,7 @@ noteColumnWidthOffset = [tc width] - NSWidth([ov frameOfCellAtColumn:[[ov tableColumns] indexOfObject:tc] row:0]); } [rowHeights removeAllFloats]; - [rightSideController.noteOutlineView noteHeightOfRowsChangedAnimating:NO]; + [rightSideController.noteOutlineView noteHeightOfRowsChangedAnimating:YES]; } } Modified: trunk/SKNotesDocument.m =================================================================== --- trunk/SKNotesDocument.m 2022-01-20 16:07:16 UTC (rev 12728) +++ trunk/SKNotesDocument.m 2022-01-20 23:18:04 UTC (rev 12729) @@ -774,7 +774,7 @@ noteColumnWidthOffset = [tc width] - NSWidth([ov frameOfCellAtColumn:[[ov tableColumns] indexOfObject:tc] row:0]); } [rowHeights removeAllFloats]; - [outlineView noteHeightOfRowsChangedAnimating:NO]; + [outlineView noteHeightOfRowsChangedAnimating:YES]; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit