summaryrefslogtreecommitdiff
path: root/CyteKit
diff options
context:
space:
mode:
Diffstat (limited to 'CyteKit')
-rw-r--r--CyteKit/WebViewController.mm2
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_];