qt5base-lts/src
Mikolaj Boc d553ec049d Make Qt on WASM correctly draw windows with QT_SCALE_FACTOR
The GUI scale factor was taken into account twice, once in
QBackingStore::resize and then again implicitly in
QWasmBackingStore::resize, through window()->devicePixelRatio(),
which contains it as one of its multipliers.

Fixes: QTBUG-80992
Pick-to: 6.4
Change-Id: I75ac8d85c14230207379b789834256de4254811b
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2022-10-25 08:08:32 +02:00
..
3rdparty vkmemalloc: Disable nullability warning on Apple with clang 2022-10-20 16:05:25 +02:00
android Android: Add a way to disable accessibility via an environment var 2022-10-20 14:47:49 +03:00
concurrent Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
corelib Windows: bump NTDDI_VERSION to latest version and remove some duplicated code 2022-10-24 13:22:24 +08:00
dbus dbus: use same type of matching quotes 2022-10-21 12:02:34 -04:00
entrypoint Replace the syncqt.pl script with syncqt tool 2022-09-27 13:12:11 +02:00
gui Initialize flag memory in raster paint engine to avoid valgrind warning 2022-10-24 23:43:28 +02:00
network Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
opengl Do not use client-side data pointers in qopenglpaintengine 2022-10-21 16:02:34 +00:00
openglwidgets Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
platformsupport Port from qAsConst() to std::as_const() 2022-10-11 23:17:18 +02:00
plugins Make Qt on WASM correctly draw windows with QT_SCALE_FACTOR 2022-10-25 08:08:32 +02:00
printsupport Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
sql SQL/MySQL: rework driver option parsing 2022-10-22 09:45:13 +02:00
testlib QBenchlib: stop exporting {begin,end}BenchmarkMeasurement 2022-10-24 21:00:11 -07:00
tools syncqt: Do not needlessly rewrite header files on Windows 2022-10-21 19:47:00 +02:00
widgets StyleSheet: use item background rule when filling row backround 2022-10-25 05:16:15 +02:00
xml Port from container.count()/length() to size() 2022-10-04 07:40:08 +02:00
CMakeLists.txt Replace the syncqt.pl script with syncqt tool 2022-09-27 13:12:11 +02:00