mac: Fix blank page after devtools is opened.
This commit is contained in:
parent
8ff2683ae8
commit
a8e879d0c5
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ using namespace brightray;
|
||||||
[contentsView setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable];
|
[contentsView setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable];
|
||||||
[self addSubview:contentsView];
|
[self addSubview:contentsView];
|
||||||
|
|
||||||
|
// See https://code.google.com/p/chromium/issues/detail?id=348490.
|
||||||
|
[self setWantsLayer:YES];
|
||||||
|
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue