Revision: 14526
http://sourceforge.net/p/skim-app/code/14526
Author: hofman
Date: 2024-10-07 15:44:05 +0000 (Mon, 07 Oct 2024)
Log Message:
-----------
Make sure edits are committed before preview
Modified Paths:
--------------
trunk/SKPresentationOptionsSheetController.m
Modified: trunk/SKPresentationOptionsSheetController.m
===================================================================
--- trunk/SKPresentationOptionsSheetController.m 2024-10-07 15:39:12 UTC
(rev 14525)
+++ trunk/SKPresentationOptionsSheetController.m 2024-10-07 15:44:05 UTC
(rev 14526)
@@ -284,6 +284,8 @@
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit