Revision: 7180
http://skim-app.svn.sourceforge.net/skim-app/?rev=7180&view=rev
Author: hofman
Date: 2011-03-26 13:12:31 +0000 (Sat, 26 Mar 2011)
Log Message:
-----------
use safer way to check side view content
Modified Paths:
--------------
trunk/SKLeftSideViewController.m
Modified: trunk/SKLeftSideViewController.m
===================================================================
--- trunk/SKLeftSideViewController.m 2011-03-22 12:13:22 UTC (rev 7179)
+++ trunk/SKLeftSideViewController.m 2011-03-26 13:12:31 UTC (rev 7180)
@@ -103,7 +103,7 @@
}
- (BOOL)requiresAlternateButtonForView:(NSView *)aView {
- return [aView isEqual:findTableView.enclosingScrollView] || [aView
isEqual:groupedFindTableView.enclosingScrollView];
+ return [findTableView isDescendantOf:aView] || [groupedFindTableView
isDescendantOf:aView];
}
@end
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software
be a part of the solution? Download the Intel(R) Manageability Checker
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit