https://bugs.kde.org/show_bug.cgi?id=410158
--- Comment #12 from Tymond <tamtamy.tym...@gmail.com> --- Git commit a2a86bd9a7c0c595fa6f7e6a7bcfb44144c00e4c by Agata Cacko. Committed on 14/09/2019 at 15:25. Pushed by tymond into branch 'krita/4.2'. Fix curve changing with sensors w/ Use Same Curve Before this commit, curve would change semi-randomly in some cases if you change from some specific sensors to some other specific sensors (having a complex curve and clicking randomly should show a bug though) when "Share curve across all settings" is selected. This commit fixes that behaviour. Related: bug 383909 M +3 -3 libs/global/kis_signal_compressor.h M +18 -1 libs/ui/widgets/kis_curve_widget.cpp M +17 -0 libs/ui/widgets/kis_curve_widget.h M +6 -2 libs/ui/widgets/kis_curve_widget_p.h M +4 -0 plugins/paintops/libpaintop/kis_auto_brush_widget.cpp M +27 -22 plugins/paintops/libpaintop/kis_curve_option.cpp M +6 -2 plugins/paintops/libpaintop/kis_curve_option.h M +35 -15 plugins/paintops/libpaintop/kis_curve_option_widget.cpp M +5 -2 plugins/paintops/libpaintop/kis_curve_option_widget.h https://invent.kde.org/kde/krita/commit/a2a86bd9a7c0c595fa6f7e6a7bcfb44144c00e4c -- You are receiving this mail because: You are watching all bug changes.