mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Fixed bug with plotting scatter plot.
This commit is contained in:
@@ -1083,6 +1083,14 @@ void SeerArrayVisualizerWidget::handleLabelsCheckBox () {
|
||||
|
||||
void SeerArrayVisualizerWidget::handleLineTypeButtonGroup () {
|
||||
|
||||
if (scatterRadioButton->isChecked()) {
|
||||
pointsCheckBox->setChecked(true);
|
||||
pointsCheckBox->setEnabled(false);
|
||||
}else{
|
||||
pointsCheckBox->setChecked(false);
|
||||
pointsCheckBox->setEnabled(true);
|
||||
}
|
||||
|
||||
handleDataChanged();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user