Broken context menu when osr mode
Posted: Sat Dec 17, 2022 3:50 pm
Hi Salvadordf, after update to version 108, in OSR mode, context menu always show in top left corner.
I also noticed that high dpi is now forced to activate under the scale of the system, tried these ways do not help disable high dpi for my application
I think high-dpi is at the level of the core chromium already is enabled.
I also noticed that high dpi is now forced to activate under the scale of the system, tried these ways do not help disable high dpi for my application
Code: Select all
GlobalCEFApp.EnableHighDPISupport := false;
GlobalCEFApp.AddCustomCommandLine('force-device-scale-factor', '1');