https://bugs.kde.org/show_bug.cgi?id=347971
--- Comment #10 from Hugo Pereira Da Costa <hugo.pereira.da.co...@gmail.com> --- (In reply to Tobias Leupold from comment #8) > This is rather old, but I ran into exactly the same issue with a Qt program > and Breeze 5.8.6 (cf. the attached screenshot). > > No style has been added/changed using the QScrollArea that displays the > black scrollbar, the only thing done is setFrameShape(QFrame::NoFrame). The > sources can be found at http://git.l3u.de/?p=muckturnier.git . > > This is definitely Breeze dependant: When I use the Oxygen style, a normal > scrollbar appears. Either, the original issue has not been fixed for all > cases, or this is a regression. Thanks for the report, This is not a regression, but rather an improper fix, due to the fact that the original report was slightly different (the broken scrollbar was the result of a stylesheet being set, while in your case this is the result of a "noFrame" being set). Anyway, I'll investigate. -- You are receiving this mail because: You are watching all bug changes.