Revision: 16163
          http://sourceforge.net/p/skim-app/code/16163
Author:   hofman
Date:     2026-04-04 14:52:29 +0000 (Sat, 04 Apr 2026)
Log Message:
-----------
no need to unhidee cursor twice

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2026-04-04 14:50:34 UTC (rev 16162)
+++ trunk/SKMainWindowController.m      2026-04-04 14:52:29 UTC (rev 16163)
@@ -1714,8 +1714,6 @@
     [oldView setHidden:YES];
     [NSLayoutConstraint activateConstraints:constraints];
     dispatch_async(dispatch_get_main_queue(), ^{ [overviewView 
scrollRectToVisible:[overviewView frameForItemAtIndex:[[pdfView currentPage] 
pageIndex]]]; });
-    if (isPresentation)
-        [NSCursor setHiddenUntilMouseMoves:NO];
     [[self window] makeFirstResponder:overviewView];
     [[self window] recalculateKeyViewLoop];
     

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