cefclient: Fix new window always on top (issue #1468)

This commit is contained in:
Marshall Greenblatt 2018-11-05 13:38:41 -05:00
parent a7e997e524
commit 1e0c248044
1 changed files with 2 additions and 1 deletions

View File

@ -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),