Revision: 26173 http://sourceforge.net/p/bibdesk/svn/26173 Author: hofman Date: 2021-06-08 15:06:59 +0000 (Tue, 08 Jun 2021) Log Message: ----------- No need to pass macro reolver for formatter
Modified Paths: -------------- trunk/bibdesk/BDSKComplexStringEditor.m Modified: trunk/bibdesk/BDSKComplexStringEditor.m =================================================================== --- trunk/bibdesk/BDSKComplexStringEditor.m 2021-06-08 14:59:37 UTC (rev 26172) +++ trunk/bibdesk/BDSKComplexStringEditor.m 2021-06-08 15:06:59 UTC (rev 26173) @@ -192,8 +192,8 @@ @implementation BDSKComplexStringEditor (Private) - (void)windowDidLoad { - BDSKComplexStringFormatter *formatter = [[[BDSKComplexStringFormatter alloc] initWithMacroResolver:macroResolver] autorelease]; - [expandedValueTextField setFormatter:formatter]; + // BDSKComplexStringFormatter needs macroResolver only for editing + [expandedValueTextField setFormatter:[[[BDSKComplexStringFormatter alloc] init] autorelease]]; } // @@ Dark mode This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit