https://bugs.kde.org/show_bug.cgi?id=458913
sh_zam <sh...@sdf.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/2264a44be | |cad163a94ba26bdea3f054d2052 | |95b1 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from sh_zam <sh...@sdf.org> --- Git commit 2264a44becad163a94ba26bdea3f054d205295b1 by Sharaf Zaman. Committed on 11/10/2022 at 07:36. Pushed by szaman into branch 'master'. Fix Foreground-to-Background color switching of vector objects If the fg-bg color was swapped rapidly enough, the resulting shape would often have the same color (rather than it being swapped). The reason for this being resourceManager would send us signal to change both fg and bg, but if the delay between them is less than colorChangedCompressor's timeout, the latter signal would be ignored. Which would prevent the swapping from happening. The proper solutions seem to be to either have a compressor at the source (which there does seem to be) or have separate channel (ie different timers) for different resources (bg, fg and gradient in *this* case). M +1 -1 libs/ui/widgets/KoFillConfigWidget.cpp https://invent.kde.org/graphics/krita/commit/2264a44becad163a94ba26bdea3f054d205295b1 -- You are receiving this mail because: You are watching all bug changes.