Implement Activate instead of CanFocus
This commit is contained in:
parent
bda8af8dd3
commit
db79f4f450
3 changed files with 10 additions and 9 deletions
|
@ -205,7 +205,7 @@ NativeWindowViews::NativeWindowViews(
|
|||
if (parent)
|
||||
params.parent = parent->GetNativeWindow();
|
||||
|
||||
params.native_widget = new AtomDeskopNativeWidgetAura(window_.get(), this);
|
||||
params.native_widget = new AtomDesktopNativeWidgetAura(window_.get(), this);
|
||||
atom_desktop_window_tree_host_win_ = new AtomDesktopWindowTreeHostWin(
|
||||
this,
|
||||
window_.get(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue