Revision: 15319 http://sourceforge.net/p/skim-app/code/15319 Author: hofman Date: 2025-05-29 09:27:56 +0000 (Thu, 29 May 2025) Log Message: ----------- recalculate keyviewloop after showing or hiding overview
Modified Paths: -------------- trunk/SKMainWindowController.m Modified: trunk/SKMainWindowController.m =================================================================== --- trunk/SKMainWindowController.m 2025-05-29 09:16:45 UTC (rev 15318) +++ trunk/SKMainWindowController.m 2025-05-29 09:27:56 UTC (rev 15319) @@ -1649,6 +1649,7 @@ [NSLayoutConstraint activateConstraints:constraints]; } completionHandler:^{ + [[self window] recalculateKeyViewLoop]; [touchBarController overviewChanged]; }]; } else { @@ -1690,6 +1691,7 @@ [NSLayoutConstraint activateConstraints:constraints]; } completionHandler:^{ + [[self window] recalculateKeyViewLoop]; [touchBarController overviewChanged]; [noteToolbarController validateButtons]; [[newKeyView window] makeFirstResponder:newKeyView]; 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