Revision: 3600
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3600&view=rev
Author:   hofman
Date:     2008-04-02 11:09:54 -0700 (Wed, 02 Apr 2008)

Log Message:
-----------
Implement deselectAll in any tool mode.

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2008-04-02 17:57:42 UTC (rev 3599)
+++ trunk/SKPDFView.m   2008-04-02 18:09:54 UTC (rev 3600)
@@ -877,8 +877,7 @@
 }
 
 - (IBAction)deselectAll:(id)sender {
-    if (toolMode == SKTextToolMode)
-        [self setCurrentSelection:nil];
+    [self setCurrentSelection:nil];
 }
 
 - (IBAction)autoSelectContent:(id)sender {


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
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to