https://bugs.kde.org/show_bug.cgi?id=458168
--- Comment #3 from Fabian Vogt <fab...@ritter-vogt.de> --- (In reply to Rainer König from comment #0) > SOFTWARE/OS VERSIONS > > Linux/KDE Plasma: openSUE Leap 15.4 > (available in About System) > KDE Plasma Version: - > KDE Frameworks Version: 5.90.0 > Qt Version: 5.15.2 > > ADDITIONAL INFORMATION > Comment from a colleauge that maintains libqt5-qtstyleplugins: "Looks like > digikam is missing a progressOpts.state |= QStyle::State_Horizontal." He > also said hould mention though that the digikam bug will only have a > noticable effect with Qt 6, so with Qt 5 it won't make a difference. (Fortunately) I'm not a qtstyleplugins maintainer, but I did have a look anyway. We have a downstream (?) patch adding some Qt 6 compatibility to the GTK2 style and that included switching away from the deprecated QStyleOptionProgressBar::orientation to using ::state instead. It looks like digikam only sets the former (implicitly through the constructor) but not th latter. With Qt 6, all styles only use (state & QStyle::State_Horizontal), so it'll probablylook broken with most styles then. -- You are receiving this mail because: You are watching all bug changes.