mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 09:53:41 +00:00
Temporary fix for webview white background.
Reviewed by me.
This commit is contained in:
+3
-1
@@ -536,7 +536,7 @@ CPWebViewScrollNative = 2;
|
||||
{
|
||||
if (self = [super init])
|
||||
{
|
||||
_window = aWindow
|
||||
_window = aWindow;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
@@ -593,6 +593,8 @@ CPWebViewScrollNative = 2;
|
||||
#if PLATFORM(DOM)
|
||||
[self _initDOMWithFrame:[self frame]];
|
||||
#endif
|
||||
|
||||
[self setBackgroundColor:[CPColor whiteColor]];
|
||||
}
|
||||
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user