qmsetup @ 89fa57 | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/core/shared/qwkwindowsextra_p.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
qmsetup
@@ -1 +1 @@ Subproject commit 513c04beb24f77813fedf96c8c9d215f41646a00 Subproject commit 89fa57046241c26dfcfd97ceba174728b24bdd27 src/core/shared/qwkwindowsextra_p.h
@@ -434,7 +434,7 @@ static inline quint32 getSystemMetricsForDpi(int index, quint32 dpi) { const DynamicApis &apis = DynamicApis::instance(); if (apis.pGetSystemMetricsForDpi) { return ::GetSystemMetricsForDpi(index, dpi); return apis.pGetSystemMetricsForDpi(index, dpi); } return ::GetSystemMetrics(index); }