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-Url: https://git.saurik.com/cydia.git/commitdiff_plain/f35f9983c2c2518c6ede1be4bf4b1031ea7d5d41 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]);