Revision: 16401
http://sourceforge.net/p/skim-app/code/16401
Author: hofman
Date: 2026-07-24 18:22:31 +0000 (Fri, 24 Jul 2026)
Log Message:
-----------
disable find controls when creating find bar during search
Modified Paths:
--------------
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2026-07-24 14:17:53 UTC (rev 16400)
+++ trunk/SKMainWindowController.m 2026-07-24 18:22:31 UTC (rev 16401)
@@ -1874,6 +1874,10 @@
if (findController == nil) {
findController = [[SKFindController alloc] init];
[findController setDelegate:self];
+ if ([[pdfView document] isFinding]) {
+ [[findController navigationButton] setEnabled:NO];
+ [[findController findField] setEnabled:NO];
+ }
}
NSView *findBar = [findController view];
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