https://bugs.kde.org/show_bug.cgi?id=468433
Christoph Cullmann <cullm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cullm...@kde.org --- Comment #5 from Christoph Cullmann <cullm...@kde.org> --- I had an similar issue, on macOS this doesn't work : QFrame(parent, Qt::Tool | Qt::FramelessWindowHint) this does : QFrame(parent, Qt::Popup | Qt::FramelessWindowHint) -- You are receiving this mail because: You are watching all bug changes.