Revision: 15070 http://sourceforge.net/p/skim-app/code/15070 Author: hofman Date: 2025-04-02 14:34:27 +0000 (Wed, 02 Apr 2025) Log Message: ----------- fix encoding of fontwellcell
Modified Paths: -------------- trunk/SKFontWell.m Modified: trunk/SKFontWell.m =================================================================== --- trunk/SKFontWell.m 2025-04-02 09:35:29 UTC (rev 15069) +++ trunk/SKFontWell.m 2025-04-02 14:34:27 UTC (rev 15070) @@ -364,8 +364,8 @@ - (void)encodeWithCoder:(NSCoder *)coder { [super encodeWithCoder:coder]; - [coder encodeConditionalObject:textColor forKey:TEXTCOLOR_KEY]; - [coder encodeObject:textColor forKey:HASTEXTCOLOR_KEY]; + [coder encodeObject:textColor forKey:TEXTCOLOR_KEY]; + [coder encodeBool:hasTextColor forKey:HASTEXTCOLOR_KEY]; } - (void)drawBezelWithFrame:(NSRect)frame inView:(NSView *)controlView { 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