Revision: 3571
http://skim-app.svn.sourceforge.net/skim-app/?rev=3571&view=rev
Author: hofman
Date: 2008-03-28 05:52:22 -0700 (Fri, 28 Mar 2008)
Log Message:
-----------
Always validate Select None for PDFView if there is a selection. There can be a
selection from a search in other tool modes.
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2008-03-28 10:10:16 UTC (rev 3570)
+++ trunk/SKPDFView.m 2008-03-28 12:52:22 UTC (rev 3571)
@@ -2218,7 +2218,7 @@
} else if (action == @selector(selectAll:)) {
return toolMode == SKTextToolMode;
} else if (action == @selector(deselectAll:)) {
- return [self currentSelection] && toolMode == SKTextToolMode;
+ return [self currentSelection];
} else if (action == @selector(autoSelectContent:)) {
return toolMode == SKSelectToolMode;
} else {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit