| 465 | } |
| 466 | |
| 467 | void XYDataReductionCurveDock::toleranceChanged(double value) { |
| 468 | m_dataReductionData.tolerance = value; |
| 469 | enableRecalculate(); |
| 470 | } |
| 471 | |
| 472 | void XYDataReductionCurveDock::autoTolerance2Changed() { |
| 473 | const auto autoTolerance2 = (bool)uiGeneralTab.chkAuto2->isChecked(); |