From: Jay Freeman (saurik) Date: Tue, 30 Nov 2010 11:38:45 +0000 (-0800) Subject: Add back a documentation warning from the old BrowserView. X-Git-Tag: v1.1.0%b1~475 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/14f177039526358e06f07893a6a1c39be7803e5f Add back a documentation warning from the old BrowserView. --- diff --git a/UICaboodle/BrowserView.mm b/UICaboodle/BrowserView.mm index 705c7e17..d73bca93 100644 --- a/UICaboodle/BrowserView.mm +++ b/UICaboodle/BrowserView.mm @@ -933,6 +933,8 @@ static void $UIWebViewWebViewDelegate$webViewClose$(UIWebViewWebViewDelegate *se [document setTileSize:CGSizeMake(320, 500)]; [document setBackgroundColor:[UIColor clearColor]]; + + // XXX: this is terribly (too?) expensive [document setDrawsBackground:NO]; WebView *webview([document webView]);