summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-03 13:10:05 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-07 02:41:35 -0800
commit63ae52beba8046c7d3812fbf055dc2725eb3e5f9 (patch)
tree4384e1825a66eb605c5b7b9b02d5cc306e05cea3 /CyteKit/WebViewController.mm
parente6124cb6861825f588b0cf7be198ea35b5b730ba (diff)
Consistent application of right and left buttons.
Diffstat (limited to 'CyteKit/WebViewController.mm')
-rw-r--r--CyteKit/WebViewController.mm1
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)];