diff options
Diffstat (limited to 'CyteKit/WebViewController.mm')
-rw-r--r-- | CyteKit/WebViewController.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm index f047ed3..374cbef 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_]; |