mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-13 10:42:58 +01:00
cefclient: Fix new window always on top (issue #1468)
This commit is contained in:
parent
a7e997e524
commit
1e0c248044
@ -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