https://bugs.kde.org/show_bug.cgi?id=483626
--- Comment #1 from Hernan Martinez <hernan.c.marti...@gmail.com> --- Code to reproduce: ``` #include <QApplication> #include <QWidget> #include <KIconTheme> int main(int arc, char *argv[]) { QApplication app(arc, argv); KIconLoader loader; QWidget window; window.resize(250, 150); window.setWindowTitle("Close this window"); window.show(); return app.exec(); } ``` -- You are receiving this mail because: You are watching all bug changes.