mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-16 20:20:51 +01:00
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…
x
Reference in New Issue
Block a user