https://bugs.kde.org/show_bug.cgi?id=491546
--- Comment #4 from Jim Jones <rauchwo...@gmx.net> --- i can't reproduce it with dolphin but i don't see a QDoubleSpinBox in dolphin. this code compiles here and shows the bug: #include <QtWidgets> int main(int argc, char *argv[]) { QApplication app(argc, argv); QDoubleSpinBox sb; sb.setLayoutDirection(Qt::RightToLeft); sb.show(); return app.exec(); } -- You are receiving this mail because: You are watching all bug changes.