Revision: 15166
          http://sourceforge.net/p/skim-app/code/15166
Author:   hofman
Date:     2025-05-07 15:47:14 +0000 (Wed, 07 May 2025)
Log Message:
-----------
only force ontop in full screen mode

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2025-05-07 15:41:00 UTC (rev 15165)
+++ trunk/SKMainWindowController.m      2025-05-07 15:47:14 UTC (rev 15166)
@@ -2464,7 +2464,7 @@
     NSWindowController *wc = [self windowControllerForNote:annotation];
     if (wc == nil) {
         wc = [[SKNoteWindowController alloc] initWithNote:annotation];
-        [(SKNoteWindowController *)wc setForceOnTop:[self interactionMode] != 
SKNormalMode];
+        [(SKNoteWindowController *)wc setForceOnTop:[self interactionMode] == 
SKFullScreenMode];
         [[self document] addWindowController:wc];
     }
     [wc showWindow:self];

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

Reply via email to