mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Fix hidden dropdowns when the window is topmost (issue #1468)
Also add a --always-on-top flag to cefclient to allow easier testing of this behavior on Windows and Linux.
This commit is contained in:
committed by
Marshall Greenblatt
parent
1928572b52
commit
c64898f9fc
@@ -130,6 +130,7 @@ int RunMain(int argc, char* argv[]) {
|
||||
test_runner::RegisterSchemeHandlers();
|
||||
|
||||
RootWindowConfig window_config;
|
||||
window_config.always_on_top = command_line->HasSwitch(switches::kAlwaysOnTop);
|
||||
window_config.with_controls =
|
||||
!command_line->HasSwitch(switches::kHideControls);
|
||||
window_config.with_osr = settings.windowless_rendering_enabled ? true : false;
|
||||
|
Reference in New Issue
Block a user