https://bugs.kde.org/show_bug.cgi?id=453735
David Redondo <k...@david-redondo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Clipboard |QStyle Target Milestone|1.0 |--- CC| |noaha...@gmail.com Product|plasmashell |Breeze --- Comment #3 from David Redondo <k...@david-redondo.de> --- Indeed looks similar. I think the breeze change only applies for isMenuTitle(widget) maybe? a This minimal example reproduces it #include <QMenu> #include <QApplication> int main(int argc, char **argv) { QApplication app(argc, argv); QMenu menu; menu.addSection(QIcon::fromTheme(QStringLiteral("klipper")), "Klipper - Clipboard Tool"); menu.addAction(new QAction("Search")); menu.popup(QPoint()); app.exec(); } -- You are receiving this mail because: You are watching all bug changes.