Revision: 12868
          http://sourceforge.net/p/skim-app/code/12868
Author:   hofman
Date:     2022-04-28 14:32:32 +0000 (Thu, 28 Apr 2022)
Log Message:
-----------
remove filters when removing find bar

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

Modified: trunk/SKFindController.m
===================================================================
--- trunk/SKFindController.m    2022-04-28 14:29:34 UTC (rev 12867)
+++ trunk/SKFindController.m    2022-04-28 14:32:32 UTC (rev 12868)
@@ -157,7 +157,7 @@
     
     [messageField setHidden:YES];
     if (visible == NO)
-        [(SKTopBarView *)[self view] reflectView:nil animate:NO 
wantsFilters:YES];
+        [(SKTopBarView *)[self view] reflectView:nil animate:NO 
wantsFilters:NO];
     
     if (animate) {
         animating = YES;

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