views: Focus on web view when window is focused.
This commit is contained in:
parent
5d5a3138bc
commit
c2885f77c9
1 changed files with 3 additions and 0 deletions
|
@ -456,6 +456,9 @@ void NativeWindowViews::OnWidgetActivationChanged(
|
||||||
else
|
else
|
||||||
NotifyWindowBlur();
|
NotifyWindowBlur();
|
||||||
|
|
||||||
|
if (active && GetWebContents() && !IsDevToolsOpened())
|
||||||
|
GetWebContents()->Focus();
|
||||||
|
|
||||||
// Hide menu bar when window is blured.
|
// Hide menu bar when window is blured.
|
||||||
if (!active && menu_bar_autohide_ && menu_bar_show_) {
|
if (!active && menu_bar_autohide_ && menu_bar_show_) {
|
||||||
SetMenuBarVisibility(false);
|
SetMenuBarVisibility(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue