Revision: 3133
http://skim-app.svn.sourceforge.net/skim-app/?rev=3133&view=rev
Author: hofman
Date: 2007-11-02 11:38:53 -0700 (Fri, 02 Nov 2007)
Log Message:
-----------
Immediately edit text notes added using text note tool mode.
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2007-11-02 18:18:43 UTC (rev 3132)
+++ trunk/SKPDFView.m 2007-11-02 18:38:53 UTC (rev 3133)
@@ -1054,6 +1054,8 @@
[self editActiveAnnotation:nil];
else
[self setActiveAnnotation:nil];
+ } else if (toolMode == SKNoteToolMode &&
NSEqualSizes(wasBounds.size, NSZeroSize) && [[activeAnnotation type]
isEqualToString:SKFreeTextString]) {
+ [self editActiveAnnotation:self];
}
mouseDownInAnnotation = NO;
[wasSelection release];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit