From: Jay Freeman (saurik) Date: Wed, 11 Jun 2014 13:34:22 +0000 (-0700) Subject: Avoid overriding the background color after push. X-Git-Tag: v1.1.10~18 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/69b1d3286e301bd7edebd59f3dce8b51289cd35e Avoid overriding the background color after push. --- diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm index f047ed37..374cbef1 100644 --- a/CyteKit/WebViewController.mm +++ b/CyteKit/WebViewController.mm @@ -992,7 +992,7 @@ float CYScrollViewDecelerationRateNormal; } [webview_ setOpaque:NO]; - [webview_ setBackgroundColor:color_]; + [webview_ setBackgroundColor:nil]; [scroller_ setFixedBackgroundPattern:YES]; [scroller_ setBackgroundColor:color_];