Revision: 12392 http://sourceforge.net/p/skim-app/code/12392 Author: hofman Date: 2021-07-14 14:42:20 +0000 (Wed, 14 Jul 2021) Log Message: ----------- Update font size binding, not just font name
Modified Paths: -------------- trunk/SKFontWell.m Modified: trunk/SKFontWell.m =================================================================== --- trunk/SKFontWell.m 2021-07-12 14:59:23 UTC (rev 12391) +++ trunk/SKFontWell.m 2021-07-14 14:42:20 UTC (rev 12392) @@ -197,6 +197,7 @@ if ([self isActive]) { [self setFont:[sender convertFont:[self font]]]; [self notifyBinding:FONTNAME_KEY]; + [self notifyBinding:FONTSIZE_KEY]; [self sendAction:[self action] to:[self target]]; } } @@ -430,6 +431,7 @@ if (droppedFont) { [self setFont:droppedFont]; [self notifyBinding:FONTNAME_KEY]; + [self notifyBinding:FONTSIZE_KEY]; [self sendAction:[self action] to:[self target]]; } if (droppedColor) { 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