| 481 | } |
| 482 | |
| 483 | void XYDataReductionCurveDock::tolerance2Changed(double value) { |
| 484 | m_dataReductionData.tolerance2 = value; |
| 485 | enableRecalculate(); |
| 486 | } |
| 487 | |
| 488 | void XYDataReductionCurveDock::recalculateClicked() { |
| 489 | // show a progress bar in the status bar |