Revision: 15194 http://sourceforge.net/p/skim-app/code/15194 Author: hofman Date: 2025-05-12 14:29:44 +0000 (Mon, 12 May 2025) Log Message: ----------- commit edtit before getting data
Modified Paths: -------------- trunk/SKPresentationOptionsSheetController.m Modified: trunk/SKPresentationOptionsSheetController.m =================================================================== --- trunk/SKPresentationOptionsSheetController.m 2025-05-12 14:28:27 UTC (rev 15193) +++ trunk/SKPresentationOptionsSheetController.m 2025-05-12 14:29:44 UTC (rev 15194) @@ -302,6 +302,8 @@ if (previewing) return; + [arrayController commitEditing]; + SKLabeledTransitionInfo *info = transition; NSInteger idx = -1; if (separate) { @@ -318,8 +320,6 @@ if ([info style] == SKNoTransition) return; - [arrayController commitEditing]; - NSRect rect = [[[self window] screen] frame]; rect.size.width = round(0.5 * NSWidth(rect)) + 12.0; rect.size.height = round(0.5 * NSHeight(rect)) + 34.0; 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