Revision: 7846
http://skim-app.svn.sourceforge.net/skim-app/?rev=7846&view=rev
Author: hofman
Date: 2012-12-10 20:09:32 +0000 (Mon, 10 Dec 2012)
Log Message:
-----------
Don't call super for control editing delegate, as this gives compiler warnings
and won't be reached anyway
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2012-12-10 19:57:54 UTC (rev 7845)
+++ trunk/SKPDFView.m 2012-12-10 20:09:32 UTC (rev 7846)
@@ -2067,9 +2067,8 @@
[[self window] makeFirstResponder:self];
rv = YES;
}
- } else if ([[SKPDFView superclass] instancesRespondToSelector:_cmd]) {
- rv = [(id<NSControlTextEditingDelegate>)super control:control
textView:textView doCommandBySelector:command];
}
+ // PDFView does not implement this method since 10.5, as it uses a
separate controller object
return rv;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit