cefclient: Fix new window always on top (issue #1468)
This commit is contained in:
parent
458cc98590
commit
e710be4f64
|
@ -10,7 +10,8 @@
|
||||||
namespace client {
|
namespace client {
|
||||||
|
|
||||||
RootWindowConfig::RootWindowConfig()
|
RootWindowConfig::RootWindowConfig()
|
||||||
: with_controls(true),
|
: always_on_top(false),
|
||||||
|
with_controls(true),
|
||||||
with_osr(false),
|
with_osr(false),
|
||||||
with_extension(false),
|
with_extension(false),
|
||||||
initially_hidden(false),
|
initially_hidden(false),
|
||||||
|
|
Loading…
Reference in New Issue