https://bugs.kde.org/show_bug.cgi?id=495408

--- Comment #7 from Ben Barker <[email protected]> ---
(In reply to Bernd from comment #6)
> And it seems to be restricted to that distro. I cannot reproduce with
> 26.04.2 Flatpak or AppImage on Pop!_OS and Debian 13.

Interesting, I just tried the flathub version on Fedora and it still happens. 

I noticed that picking a color one time (either of the three widgets) works
fine. Picking a second color then updates both the initial and current widget.
Picking a third color updates all three widgets. Running from cmd line it looks
like the log is actually logging multiple color picks when this happens.

For example, log when picking an initial color (In this case parameter 1, "Gray
Color"):

picked QColor(ARGB 1, 0.176471, 0.211765, 0.294118)
///// TRYING TO ACTIVATE EFFECT....
::::: UPDATE KLMMODELLIST KEYFRAME AT:  0
::::::::::SETTING EFFECT PARAM:  "1"  =  "0=0x2d364bff"


Log when then picking another color (in this case parameter 0, "Black Color"):

picked QColor(ARGB 1, 0.509804, 0.486275, 0.498039)
///// TRYING TO ACTIVATE EFFECT....
::::: UPDATE KLMMODELLIST KEYFRAME AT:  0
::::::::::SETTING EFFECT PARAM:  "0"  =  "0=0x827c7fff"
picked QColor(ARGB 1, 0.509804, 0.486275, 0.498039)
///// TRYING TO ACTIVATE EFFECT....
::::: UPDATE KLMMODELLIST KEYFRAME AT:  0
::::::::::SETTING EFFECT PARAM:  "1"  =  "0=0x827c7fff"

Two params have been changed (which matches what is shown in the UI). Picking
the third swatch then shows three such logs, updating all three swatches. From
that point on three log items are shown for any color pick (it doesn't keep
adding more and more). After this point when using the picker on any of the
parameters all that is logged is: 

picked QColor(ARGB 1, 0, 0, 0)
picked QColor(ARGB 1, 0, 0, 0)
picked QColor(ARGB 1, 0, 0, 0)

and all three swatches update.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to