Revision: 29772
http://sourceforge.net/p/bibdesk/svn/29772
Author: hofman
Date: 2025-11-06 22:50:26 +0000 (Thu, 06 Nov 2025)
Log Message:
-----------
dictionary literal
Modified Paths:
--------------
trunk/bibdesk/BDSKLineNumberView.m
Modified: trunk/bibdesk/BDSKLineNumberView.m
===================================================================
--- trunk/bibdesk/BDSKLineNumberView.m 2025-11-06 22:48:42 UTC (rev 29771)
+++ trunk/bibdesk/BDSKLineNumberView.m 2025-11-06 22:50:26 UTC (rev 29772)
@@ -56,7 +56,7 @@
BDSKINITIALIZE;
NSFont *font = [NSFont userFixedPitchFontOfSize:[NSFont
systemFontSizeForControlSize:NSControlSizeMini]];
NSColor *color = [NSColor secondaryLabelColor];
- lineNumberAttributes = [[NSDictionary alloc] initWithObjectsAndKeys:font,
NSFontAttributeName, color, NSForegroundColorAttributeName, nil];
+ lineNumberAttributes = @{NSFontAttributeName: font,
NSForegroundColorAttributeName: color};
}
- (void)textDidChange:(NSNotification *)notification {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit