https://bugs.kde.org/show_bug.cgi?id=429943
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.78 Latest Commit| |https://invent.kde.org/fram | |eworks/kconfig/commit/e5fb0 | |3b6e915b176ae8804ae7317ff19 | |77848487 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #6 from Nate Graham <n...@kde.org> --- Git commit e5fb03b6e915b176ae8804ae7317ff1977848487 by Nate Graham. Committed on 07/12/2020 at 22:15. Pushed by ngraham into branch 'master'. Fix window sizing and positioning on Windows The feature to make windows remember their sizes and positions across screen layouts relied on calling QScreen::name() to identify screens. Unfortunately this function returns garbage on Windows; see https://bugreports.qt.io/browse/QTBUG-74317 So on Windows, let's identify displays by serial number as a workaround. FIXED-IN: 5.78 M +6 -0 src/gui/kwindowconfig.cpp https://invent.kde.org/frameworks/kconfig/commit/e5fb03b6e915b176ae8804ae7317ff1977848487 -- You are receiving this mail because: You are watching all bug changes.