]> git.saurik.com Git - cydia.git/commitdiff
Avoid overriding the background color after push.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 11 Jun 2014 13:34:22 +0000 (06:34 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 11 Jun 2014 13:34:22 +0000 (06:34 -0700)
CyteKit/WebViewController.mm

index f047ed3744b934e12a1c65b7db5aaf021e8f4df3..374cbef10b14bc84dca12e063837d81840205a5c 100644 (file)
@@ -992,7 +992,7 @@ float CYScrollViewDecelerationRateNormal;
     }
 
     [webview_ setOpaque:NO];
-    [webview_ setBackgroundColor:color_];
+    [webview_ setBackgroundColor:nil];
 
     [scroller_ setFixedBackgroundPattern:YES];
     [scroller_ setBackgroundColor:color_];