diff options
Diffstat (limited to 'Source/SPTextViewAdditions.m')
-rw-r--r-- | Source/SPTextViewAdditions.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPTextViewAdditions.m b/Source/SPTextViewAdditions.m index f9c9a1de..2dcf0614 100644 --- a/Source/SPTextViewAdditions.m +++ b/Source/SPTextViewAdditions.m @@ -416,7 +416,7 @@ #pragma mark multi-touch trackpad support /* - * Trackpad two-finger zooming gesture in/decreases the font size + * Trackpad two-finger zooming gesture for in/decreasing the font size */ - (void) magnifyWithEvent:(NSEvent *)anEvent { @@ -430,7 +430,6 @@ else if([anEvent deltaZ]<-5.0) [self makeTextSizeSmaller]; - [self insertText:@""]; } |