https://bugs.kde.org/show_bug.cgi?id=491546
Bug ID: 491546 Summary: if the layoutDirection is set to RightToLeft the context menu is malformed when using the dark breeze theme Classification: Plasma Product: Breeze Version: git-stable-Plasma/6.1 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: rauchwo...@gmx.net CC: uhh...@gmail.com Target Milestone: --- SUMMARY if the layoutDirection is set to RightToLeft the context menu is malformed when using the dark breeze theme STEPS TO REPRODUCE 1. compile example code 2. set dark breeze theme 3. start example app 4. right click in the QDoubleSpinBox OBSERVED RESULT the context menu is malformed EXPECTED RESULT the context menu is not malformed SOFTWARE/OS VERSIONS KDE Plasma Version: 6.1.4 KDE Frameworks Version: 6.5.0 Qt Version: 6.7.2 Kernel Version: 6.10.3 (64-bit) Graphics Platform: X11 ADDITIONAL INFORMATION example code to reproduce the bug: 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.