Revision: 16430
          http://sourceforge.net/p/skim-app/code/16430
Author:   hofman
Date:     2026-09-06 22:26:04 +0000 (Sun, 06 Sep 2026)
Log Message:
-----------
don't cascade snapshot windows

Modified Paths:
--------------
    trunk/SKSnapshotWindowController.m

Modified: trunk/SKSnapshotWindowController.m
===================================================================
--- trunk/SKSnapshotWindowController.m  2026-09-06 22:14:52 UTC (rev 16429)
+++ trunk/SKSnapshotWindowController.m  2026-09-06 22:26:04 UTC (rev 16430)
@@ -311,6 +311,7 @@
     } else if (openType == SKSnapshotOpenFromSetup) {
         frame.origin = SKTopLeftPoint([window frame]);
         frame.origin.y -= NSHeight(frame);
+        [self setShouldCascadeWindows:NO];
         [window setFrameAutosaveName:SKSnapshotWindowFrameAutosaveName];
     } else if (openType == SKSnapshotOpenPreview) {
         [pdfView setDisplayMode:kPDFDisplaySinglePage];

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

Reply via email to