Revision: 16429
http://sourceforge.net/p/skim-app/code/16429
Author: hofman
Date: 2026-09-06 22:14:52 +0000 (Sun, 06 Sep 2026)
Log Message:
-----------
set frameAutosaveName on window rather than windowFrameAutosaveName on
windowController. These are not completely equivalent, but not documented how
Modified Paths:
--------------
trunk/SKSnapshotWindowController.m
Modified: trunk/SKSnapshotWindowController.m
===================================================================
--- trunk/SKSnapshotWindowController.m 2026-09-06 09:13:49 UTC (rev 16428)
+++ trunk/SKSnapshotWindowController.m 2026-09-06 22:14:52 UTC (rev 16429)
@@ -311,7 +311,7 @@
} else if (openType == SKSnapshotOpenFromSetup) {
frame.origin = SKTopLeftPoint([window frame]);
frame.origin.y -= NSHeight(frame);
- [self setWindowFrameAutosaveName:SKSnapshotWindowFrameAutosaveName];
+ [window setFrameAutosaveName:SKSnapshotWindowFrameAutosaveName];
} else if (openType == SKSnapshotOpenPreview) {
[pdfView setDisplayMode:kPDFDisplaySinglePage];
frame = SKRectFromCenterAndSize(SKCenterPoint([screen frame]),
frame.size);
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