set devtools window to visible to avoid a visual glitch on mac with osr window's devtools
This commit is contained in:
parent
13b86598e8
commit
5373afa472
1 changed files with 2 additions and 0 deletions
|
@ -93,7 +93,9 @@
|
|||
} else {
|
||||
if (visible) {
|
||||
[devtools_window_ makeKeyAndOrderFront:nil];
|
||||
[devtools_window_ setIsVisible:YES];
|
||||
} else {
|
||||
[devtools_window_ setIsVisible:NO];
|
||||
[devtools_window_ setDelegate:nil];
|
||||
[devtools_window_ close];
|
||||
devtools_window_.reset();
|
||||
|
|
Loading…
Add table
Reference in a new issue