Skip to content

Commit a13d44c

Browse files
committed
- fixed small bug, where checkbox selection broke the MIP<->slice view on windows and linux
1 parent f29e0d1 commit a13d44c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

TDCT_correlation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ def changedFocusSlot(self, former, current):
249249
## Label showing selected image
250250
if self.currentFocusedWidgetName in [
251251
'spinBox_rot','spinBox_markerSize','spinBox_slice','horizontalSlider_brightness','horizontalSlider_contrast',
252-
'doubleSpinBox_custom_rot_center_x','doubleSpinBox_custom_rot_center_y','doubleSpinBox_custom_rot_center_z']:
252+
'doubleSpinBox_custom_rot_center_x','doubleSpinBox_custom_rot_center_y','doubleSpinBox_custom_rot_center_z',
253+
'checkBox_MIP']:
253254
pass
254255
else:
255256
if self.currentFocusedWidgetName != 'graphicsView_left' and self.currentFocusedWidgetName != 'graphicsView_right':

0 commit comments

Comments
 (0)