修改多通道能量刻度峰选择bug
This commit is contained in:
parent
adbca70bda
commit
114e6843e3
|
|
@ -192,7 +192,6 @@ void MeasureAnalysisParticleCountPlotView::setupEnergyScaleDlg()
|
||||||
connect(_data_selector, &CustomQwtPlotXaxisSelector::selectionFinished, _batch_energy_scale_dlg, &BatchEnergyScaleDialog::onSelectedScaleRange);
|
connect(_data_selector, &CustomQwtPlotXaxisSelector::selectionFinished, _batch_energy_scale_dlg, &BatchEnergyScaleDialog::onSelectedScaleRange);
|
||||||
connect(_batch_energy_scale_dlg, &BatchEnergyScaleDialog::close, [this](){
|
connect(_batch_energy_scale_dlg, &BatchEnergyScaleDialog::close, [this](){
|
||||||
this->_data_selector->setEnabled(false);
|
this->_data_selector->setEnabled(false);
|
||||||
disconnect(_data_selector, &CustomQwtPlotXaxisSelector::selectionFinished, _batch_energy_scale_dlg, &BatchEnergyScaleDialog::onSelectedScaleRange);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user