https://bugs.kde.org/show_bug.cgi?id=485734
medin <med.medin.2...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |REPORTED Resolution|WAITINGFORINFO |--- --- Comment #8 from medin <med.medin.2...@gmail.com> --- (In reply to Nate Graham from comment #7) > If that fixes the issue, then it's a glitch in the graphical gradient > effect, and I suspect it'll end up being a Qt bug unfortunately. I added those two changes and restarted plasmashell, for now all labels become visible, but those tools buttons are shown overlapping with the text under them. I suspect there is some error in that gradient which force it to be applied to all label's width, or something elsewhere that makes the current selected label invisible. I never wrote qml code, but when I added inside onActiveChanged the following line to track the real value of gradientThreshold: console.log("gradientThreshold: ", (label.width - toolButtonsLoader.width) / label.width); it prints some real numbers but sometimes returns NaN. -- You are receiving this mail because: You are watching all bug changes.