mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 18:40:42 +02:00
always enable gap pixels if they exist for detector in gui (#450)
This commit is contained in:
parent
e30ee445a1
commit
be617577c9
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user