From 4611475c5b255eed9202474dd3bdee147e932946 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 22 Apr 2011 17:44:57 +0000 Subject: Bring outline view branch up to date with trunk (r3234:3277). --- Source/SPEditSheetTextView.m | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Source/SPEditSheetTextView.m') diff --git a/Source/SPEditSheetTextView.m b/Source/SPEditSheetTextView.m index 7a4fb37c..b028c177 100644 --- a/Source/SPEditSheetTextView.m +++ b/Source/SPEditSheetTextView.m @@ -125,6 +125,12 @@ [self saveChangedFontInUserDefaults]; return; } + if([charactersIgnMod isEqualToString:@"0"]) // return the text size to the default size; ⌘0 + { + [self makeTextStandardSize]; + [self saveChangedFontInUserDefaults]; + return; + } } // Allow undo grouping if user typed a ' ' (for word level undo) -- cgit v1.2.3