https://bugs.kde.org/show_bug.cgi?id=429943
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/kconfig/commit/e5fb0 |eworks/kconfig/commit/a66d5 |3b6e915b176ae8804ae7317ff19 |7f5e48486ce67d4dc9ea6c980a1 |77848487 |60466371 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In|5.78 |5.101 --- Comment #11 from Nate Graham <n...@kde.org> --- Git commit a66d57f5e48486ce67d4dc9ea6c980a160466371 by Nate Graham. Committed on 16/11/2022 at 00:49. Pushed by ngraham into branch 'master'. Apply existing QScreen::name() workaround for Windows to new code e5fb03b6e915b176ae8804ae7317ff1977848487 added a workaround for a Qt bug on Windows that makes QScreen::name() return garbage. 21e02655a78b5d241c35fd934f7665564420327c added new un-worked-around usages of QScreen::name() which effectively re-introduces the bug that the old code was fixing on Windows. This commit re-applies the workaround to the new code using a compiler macro. FIXED-IN: 5.101 M +17 -14 src/gui/kwindowconfig.cpp https://invent.kde.org/frameworks/kconfig/commit/a66d57f5e48486ce67d4dc9ea6c980a160466371 -- You are receiving this mail because: You are watching all bug changes.