mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-19 11:11:03 +01:00
always enable gap pixels if they exist for detector in gui (#450)
This commit is contained in:
@@ -74,6 +74,10 @@ void qTabPlot::SetupWidgetWindow() {
|
|||||||
// set zmq high water mark to GUI_ZMQ_RCV_HWM (2)
|
// set zmq high water mark to GUI_ZMQ_RCV_HWM (2)
|
||||||
spinSndHwm->setValue(qDefs::GUI_ZMQ_RCV_HWM);
|
spinSndHwm->setValue(qDefs::GUI_ZMQ_RCV_HWM);
|
||||||
spinRcvHwm->setValue(qDefs::GUI_ZMQ_RCV_HWM);
|
spinRcvHwm->setValue(qDefs::GUI_ZMQ_RCV_HWM);
|
||||||
|
|
||||||
|
if (chkGapPixels->isEnabled()) {
|
||||||
|
chkGapPixels->setChecked(true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void qTabPlot::Initialization() {
|
void qTabPlot::Initialization() {
|
||||||
|
|||||||
Reference in New Issue
Block a user