Revision: 24152
http://sourceforge.net/p/bibdesk/svn/24152
Author: hofman
Date: 2019-08-20 15:17:29 +0000 (Tue, 20 Aug 2019)
Log Message:
-----------
increase weight rather than convert to bold
Modified Paths:
--------------
trunk/bibdesk/BDSKGroupCell.m
Modified: trunk/bibdesk/BDSKGroupCell.m
===================================================================
--- trunk/bibdesk/BDSKGroupCell.m 2019-08-20 06:30:51 UTC (rev 24151)
+++ trunk/bibdesk/BDSKGroupCell.m 2019-08-20 15:17:29 UTC (rev 24152)
@@ -302,7 +302,7 @@
if (isHighlighted && RUNNING_BEFORE(10_10)) {
// source list draws selected text bold, but only when the passing an
NSString to setObjectValue:
font = [[self font] retain];
- [super setFont:[[NSFontManager sharedFontManager] convertFont:font
toHaveTrait:NSBoldFontMask]];
+ [super setFont:[[NSFontManager sharedFontManager] convertWeight:YES
ofFont:font]];
}
[super drawInteriorWithFrame:textRect inView:controlView];
if (font) {
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