Revision: 12328 http://sourceforge.net/p/skim-app/code/12328 Author: hofman Date: 2021-04-29 20:44:09 +0000 (Thu, 29 Apr 2021) Log Message: ----------- Make sure view settings edits are committed before getting them from the controller
Modified Paths: -------------- trunk/SKViewSettingsController.m Modified: trunk/SKViewSettingsController.m =================================================================== --- trunk/SKViewSettingsController.m 2021-04-28 13:32:01 UTC (rev 12327) +++ trunk/SKViewSettingsController.m 2021-04-29 20:44:09 UTC (rev 12328) @@ -133,6 +133,7 @@ - (NSDictionary *)settings { if (custom == NO) return [NSDictionary dictionary]; + [[self window] makeFirstResponder:nil]; return [self dictionaryWithValuesForKeys:[self persistentKeys]]; } 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