[Breeze] [Bug 347971] Qscrollbar fails to behave correctly when the main widget is transparent

2017-06-01 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=347971 --- Comment #16 from Tobias Leupold --- Thanks for tracking this down! I actually forgot that there's an application-wide style sheet set in main.cpp and thus claimed that no style was applied to the scrollarea (I think I set this back then because the

[Breeze] [Bug 347971] Qscrollbar fails to behave correctly when the main widget is transparent

2017-06-01 Thread Hugo Pereira Da Costa
https://bugs.kde.org/show_bug.cgi?id=347971 --- Comment #15 from Hugo Pereira Da Costa --- ok. In fact, the issue is "QScrollArea { background-color: transparent;" in the stylesheet you set. This is the color I retrieve, which then breaks the code. I'll try protect against this. -- You are re

[Breeze] [Bug 347971] Qscrollbar fails to behave correctly when the main widget is transparent

2017-06-01 Thread Hugo Pereira Da Costa
https://bugs.kde.org/show_bug.cgi?id=347971 --- Comment #14 from Hugo Pereira Da Costa --- Investigating, "app.setStyleSheet(STYLE);" is what causes the issue, similar, in fact, to the original report. (but the stylesheet was applied to the scrollarea, not to the application). The real issu

[Breeze] [Bug 347971] Qscrollbar fails to behave correctly when the main widget is transparent

2017-06-01 Thread Hugo Pereira Da Costa
https://bugs.kde.org/show_bug.cgi?id=347971 --- Comment #13 from Hugo Pereira Da Costa --- ok. With the provided demo db, I can reproduce the problem. Thanks ! Investigating. -- You are receiving this mail because: You are watching all bug changes.

[Breeze] [Bug 347971] Qscrollbar fails to behave correctly when the main widget is transparent

2017-05-31 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=347971 --- Comment #12 from Tobias Leupold --- Created attachment 105804 --> https://bugs.kde.org/attachment.cgi?id=105804&action=edit Demo database You can use this database with my program to see the error. Just start it with the file as a command line ar

[Breeze] [Bug 347971] Qscrollbar fails to behave correctly when the main widget is transparent

2017-05-31 Thread Hugo Pereira Da Costa
https://bugs.kde.org/show_bug.cgi?id=347971 --- Comment #11 from Hugo Pereira Da Costa --- Tried to compile and run the provided code but cannot reproduce the issue because the main window stays disabled (I miss some background app it seems). Is there a chance you make a "simple" program that r

[Breeze] [Bug 347971] Qscrollbar fails to behave correctly when the main widget is transparent

2017-05-31 Thread Hugo Pereira Da Costa
https://bugs.kde.org/show_bug.cgi?id=347971 --- Comment #10 from Hugo Pereira Da Costa --- (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/chan

[Breeze] [Bug 347971] Qscrollbar fails to behave correctly when the main widget is transparent

2017-05-31 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=347971 --- Comment #9 from Tobias Leupold --- Created attachment 105802 --> https://bugs.kde.org/attachment.cgi?id=105802&action=edit Screenshot of the wrong styled scrollbar -- You are receiving this mail because: You are watching all bug changes.

[Breeze] [Bug 347971] Qscrollbar fails to behave correctly when the main widget is transparent

2017-05-31 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=347971 Tobias Leupold changed: What|Removed |Added CC||tobias.leup...@gmx.de Status|RESOL