Revision: 25889 http://sourceforge.net/p/bibdesk/svn/25889 Author: hofman Date: 2021-05-06 15:00:26 +0000 (Thu, 06 May 2021) Log Message: ----------- Only update UI when view was loaded
Modified Paths: -------------- trunk/bibdesk/BibPref_Export.m Modified: trunk/bibdesk/BibPref_Export.m =================================================================== --- trunk/bibdesk/BibPref_Export.m 2021-05-06 14:59:16 UTC (rev 25888) +++ trunk/bibdesk/BibPref_Export.m 2021-05-06 15:00:26 UTC (rev 25889) @@ -78,7 +78,8 @@ - (void)defaultsDidRevert { [self setItemNodes:templatePrefList == BDSKTemplateListExport ? [BDSKTemplate defaultExportTemplates] : [BDSKTemplate defaultServiceTemplates]]; - [self updateUI]; + if ([self isViewLoaded]) + [self updateUI]; } - (void)loadView { 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