https://bugs.kde.org/show_bug.cgi?id=369480
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/krit | |a/62c4b49ba9876a6a1f62a3d5c | |1f264d19acd8eee Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #4 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 62c4b49ba9876a6a1f62a3d5c1f264d19acd8eee by Boudewijn Rempt. Committed on 14/10/2016 at 08:52. Pushed by rempt into branch 'master'. It's inevitable to do that check -- we have several preset selector widgets, and selecting a preset, sets the current preset on all the other widgets, which then emit a signal to tell the world the preset has been changed. It would be good if that didn't happen, and it's possible to achieve that by blocking signals, but that's not robust: it's always possible something else selects a preset and starts the updating. Closes T3893 M +29 -24 libs/ui/kis_paintop_box.cc M +5 -5 libs/ui/kis_paintop_box.h M +0 -1 libs/widgets/KoResourceItemChooser.cpp http://commits.kde.org/krita/62c4b49ba9876a6a1f62a3d5c1f264d19acd8eee -- You are receiving this mail because: You are watching all bug changes.