diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-03 13:10:05 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:35 -0800 |
commit | 63ae52beba8046c7d3812fbf055dc2725eb3e5f9 (patch) | |
tree | 4384e1825a66eb605c5b7b9b02d5cc306e05cea3 /CyteKit/WebViewController.mm | |
parent | e6124cb6861825f588b0cf7be198ea35b5b730ba (diff) |
Consistent application of right and left buttons.
Diffstat (limited to 'CyteKit/WebViewController.mm')
-rw-r--r-- | CyteKit/WebViewController.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm index a750278..c6033bc 100644 --- a/CyteKit/WebViewController.mm +++ b/CyteKit/WebViewController.mm @@ -806,6 +806,7 @@ float CYScrollViewDecelerationRateNormal; [webview_ insertSubview:table atIndex:0]; [self applyLeftButton]; + [self applyRightButton]; [table setAutoresizingMask:(UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight)]; [webview_ setAutoresizingMask:(UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight)]; |