Revision: 15062 http://sourceforge.net/p/skim-app/code/15062 Author: hofman Date: 2025-03-31 15:46:46 +0000 (Mon, 31 Mar 2025) Log Message: ----------- default to userFont instead of systemFont
Modified Paths: -------------- trunk/SKFontWell.m Modified: trunk/SKFontWell.m =================================================================== --- trunk/SKFontWell.m 2025-03-31 15:45:57 UTC (rev 15061) +++ trunk/SKFontWell.m 2025-03-31 15:46:46 UTC (rev 15062) @@ -87,7 +87,7 @@ - (void)commonInit { if ([self font] == nil) - [self setFont:[NSFont systemFontOfSize:0.0]]; + [self setFont:[NSFont userFontOfSize:0.0]]; [self fontChanged]; [[self cell] setShowsStateBy:NSNoCellMask]; [super setAction:@selector(changeActive:)]; 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