Revision: 13464
          http://sourceforge.net/p/skim-app/code/13464
Author:   hofman
Date:     2023-06-09 23:15:00 +0000 (Fri, 09 Jun 2023)
Log Message:
-----------
clear status message when ending pdf search

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

Modified: trunk/SKMainWindowController_Actions.m
===================================================================
--- trunk/SKMainWindowController_Actions.m      2023-06-09 21:52:07 UTC (rev 
13463)
+++ trunk/SKMainWindowController_Actions.m      2023-06-09 23:15:00 UTC (rev 
13464)
@@ -813,6 +813,7 @@
             [self displayThumbnailViewAnimating:YES];
         else
             [self displayTocViewAnimating:YES];
+        [self updateRightStatus];
     } else {
         NSInteger options = mwcFlags.caseInsensitiveSearch ? 
NSCaseInsensitiveSearch : 0;
         if (mwcFlags.wholeWordSearch) {

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