fix: mouse doesn't work on frameless browserwindows (#30447)
This commit is contained in:
parent
e223b4db94
commit
edb7413bae
1 changed files with 0 additions and 2 deletions
|
@ -217,9 +217,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper::Dictionary& options,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
widget()->Init(std::move(params));
|
widget()->Init(std::move(params));
|
||||||
#if defined(OS_WIN)
|
|
||||||
SetCanResize(resizable_);
|
SetCanResize(resizable_);
|
||||||
#endif
|
|
||||||
|
|
||||||
bool fullscreen = false;
|
bool fullscreen = false;
|
||||||
options.Get(options::kFullscreen, &fullscreen);
|
options.Get(options::kFullscreen, &fullscreen);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue