Add system option to never use AutoSystemDpiAware
Add the option 'msw.native-dialogs-pmdpi' that will always show the native msw dialogs as per monitor dpi aware, even when there are displays with different dpi.
This commit is contained in:
parent
9befda5c26
commit
ea5f585e89
2 changed files with 13 additions and 1 deletions
|
|
@ -81,6 +81,12 @@
|
|||
using it, i.e. this has the same effect as calling
|
||||
wxApp::MSWEnableDarkMode(). If set to 2, use dark mode unconditionally,
|
||||
as if this function were called with wxApp::DarkMode_Always argument.
|
||||
@flag{msw.native-dialogs-pmdpi}
|
||||
Some native win32 dialogs (like the font and colour pickers) are not
|
||||
per-monitor DPI aware, and wxWidgets will forcefully show them as
|
||||
system DPI aware when there are monitors with different DPI connected.
|
||||
If set to 1, these dialogs will always be shown as per-monitor DPI
|
||||
aware (when enabled in the manifest).
|
||||
@endFlagTable
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue