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