diff options
Diffstat (limited to 'Source/SPBundleHTMLOutputController.m')
-rw-r--r-- | Source/SPBundleHTMLOutputController.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPBundleHTMLOutputController.m b/Source/SPBundleHTMLOutputController.m index 1995cfcb..e49cce11 100644 --- a/Source/SPBundleHTMLOutputController.m +++ b/Source/SPBundleHTMLOutputController.m @@ -145,6 +145,11 @@ [webView makeTextSmaller:nil]; return; } + if([charactersIgnMod isEqualToString:@"0"]) // return the text size to the default size + { + [webView makeTextStandardSize:nil]; + return; + } if([theEvent keyCode] == 123) // goBack { if([webView canGoBack]) |