https://bugs.kde.org/show_bug.cgi?id=356523
--- Comment #15 from Thomas Lübking <thomas.luebk...@gmail.com> --- What if you explicity associatedWidget->setAttribute(Qt::WA_Moved); (the individual sets will likely cause this whereas the combined one will figure it's no effective change and shortcut exit) The QT_DEVICE_PIXEL_RATIO situation is kinda worrysome. KWindowSystem deals with real pixels (and I doubt we can just change that, we don't know the source of the calculation), so either this is the expected behavior for toplevel widget actions or a bug in Qt (while it makes absolutely sense for internal widgets, global positioning is usually driven by outside values which do not related to the locals environment) -- You are receiving this mail because: You are watching all bug changes.