Revision: 14053
http://sourceforge.net/p/skim-app/code/14053
Author: hofman
Date: 2024-02-18 17:29:40 +0000 (Sun, 18 Feb 2024)
Log Message:
-----------
fix last bookmarks column
Modified Paths:
--------------
trunk/SKBookmarkController.m
Modified: trunk/SKBookmarkController.m
===================================================================
--- trunk/SKBookmarkController.m 2024-02-18 10:38:57 UTC (rev 14052)
+++ trunk/SKBookmarkController.m 2024-02-18 17:29:40 UTC (rev 14053)
@@ -984,7 +984,7 @@
NSString *identifier = isSep ? @"separator" : [tableColumn identifier];
NSTableCellView *view = [ov makeViewWithIdentifier:identifier owner:self];
if (@available(macOS 11.0, *)) {} else {
- BOOL isLast = [[tableColumn identifier] isEqualToString:FILE_COLUMNID];
+ BOOL isLast = [[tableColumn identifier] isEqualToString:PAGE_COLUMNID];
if (isLast || isSep)
[[view constraintWithFirstItem:view
firstAttribute:NSLayoutAttributeTrailing] setConstant:isSep == NO ? 4.0 :
isLast ? 2.0 : 0.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