From 63ae52beba8046c7d3812fbf055dc2725eb3e5f9 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 3 Mar 2011 13:10:05 -0800 Subject: Consistent application of right and left buttons. --- CyteKit/WebViewController.mm | 1 + 1 file changed, 1 insertion(+) (limited to 'CyteKit') 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)]; -- cgit v1.2.3