Revision: 12867
          http://sourceforge.net/p/skim-app/code/12867
Author:   hofman
Date:     2022-04-28 14:29:34 +0000 (Thu, 28 Apr 2022)
Log Message:
-----------
need filters for snapshot table

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

Modified: trunk/SKRightSideViewController.m
===================================================================
--- trunk/SKRightSideViewController.m   2022-04-28 14:23:32 UTC (rev 12866)
+++ trunk/SKRightSideViewController.m   2022-04-28 14:29:34 UTC (rev 12867)
@@ -134,7 +134,7 @@
 }
 
 - (BOOL)wantsFiltersForView:(NSView *)aView {
-    return [noteOutlineView isDescendantOf:aView];
+    return [snapshotTableView isDescendantOf:aView];
 }
 
 @end

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