Revision: 15054 http://sourceforge.net/p/skim-app/code/15054 Author: hofman Date: 2025-03-30 09:22:26 +0000 (Sun, 30 Mar 2025) Log Message: ----------- checkks on one line
Modified Paths: -------------- trunk/SKColorSwatch.m Modified: trunk/SKColorSwatch.m =================================================================== --- trunk/SKColorSwatch.m 2025-03-30 09:21:59 UTC (rev 15053) +++ trunk/SKColorSwatch.m 2025-03-30 09:22:26 UTC (rev 15054) @@ -655,8 +655,7 @@ selectedIndex--; [self didChangeValueForKey:SELECTEDCOLORINDEX_KEY]; } - if (focusedIndex > i || - focusedIndex == (NSInteger)[itemViews count]) { + if (focusedIndex > i || focusedIndex == (NSInteger)[itemViews count]) { focusedIndex--; [self noteFocusRingMaskChanged]; } 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