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 |https://invent.kde.org/grap |hics/krita/commit/2264a44be |hics/krita/commit/231726c6d |cad163a94ba26bdea3f054d2052 |7b3c5f9764b52d4d43c3c26b2d6 |95b1 |5ea4 --- Comment #6 from sh_zam <sh...@sdf.org> --- Git commit 231726c6d7b3c5f9764b52d4d43c3c26b2d65ea4 by Sharaf Zaman. Committed on 24/10/2022 at 04:51. Pushed by szaman into branch 'krita/5.1'. 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). (cherry picked from commit 2264a44becad163a94ba26bdea3f054d205295b1) M +1 -1 libs/ui/widgets/KoFillConfigWidget.cpp https://invent.kde.org/graphics/krita/commit/231726c6d7b3c5f9764b52d4d43c3c26b2d65ea4 -- You are receiving this mail because: You are watching all bug changes.