SVN commit 1097322 by berger: Fix: changing a sensor setting correctly update the paintop preset M +1 -0 kis_curve_option_widget.cpp --- trunk/koffice/krita/plugins/paintops/libpaintop/kis_curve_option_widget.cpp #1097321:1097322 @@ -36,6 +36,7 @@ setConfigurationPage(m_widget); connect(m_curveOptionWidget->curveWidget, SIGNAL(modified()), this, SLOT(transferCurve())); connect(m_curveOptionWidget->sensorSelector, SIGNAL(sensorChanged(KisDynamicSensor*)), SLOT(setSensor(KisDynamicSensor*))); + connect(m_curveOptionWidget->sensorSelector, SIGNAL(parametersChanged()), SIGNAL(sigSettingChanged())); transferCurve(); }