Revision: 7292
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7292&view=rev
Author:   hofman
Date:     2011-06-19 12:00:14 +0000 (Sun, 19 Jun 2011)

Log Message:
-----------
set find pboard to find string when removing scope bar explicitly, so the 
current string is used for finding when it's hidden

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

Modified: trunk/SKFindController.m
===================================================================
--- trunk/SKFindController.m    2011-06-19 09:56:46 UTC (rev 7291)
+++ trunk/SKFindController.m    2011-06-19 12:00:14 UTC (rev 7292)
@@ -212,6 +212,9 @@
 }
 
 - (IBAction)remove:(id)sender {
+    [ownerController commitEditing];
+    if ([findString length])
+        [self updateFindPboard];
     [self toggleAboveView:nil animate:YES];
 }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to