| 968 | ui.kfrValuesFont->setFont(font); |
| 969 | } |
| 970 | void XYCurveDock::curveValuesColorChanged(QColor color) { |
| 971 | CONDITIONAL_LOCK_RETURN; |
| 972 | ui.kcbValuesColor->setColor(color); |
| 973 | } |
| 974 | |
| 975 | //"Margin Plot"-Tab |
| 976 | void XYCurveDock::curveRugEnabledChanged(bool status) { |