fixed widget_update in CAQTableWidget as used in Configure Table PVs

This commit is contained in:
2023-04-06 14:17:43 +02:00
4 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
# Temporary editor files #
##########################
*~
*.*:*
*.*-
*.*-*
__pycache__
*.-*
__pycache__
__pycache__/*.*
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -950,8 +950,8 @@ class PVGateway(QWidget):
elif self.qt_object_name == self.PV_DAQ_BS:
self.color_mode = self.READBACK_STATIC
if 'READ' in self.pv_name:
print('color mode',self.pv_name, self.color_mode)
#if 'READ' in self.pv_name:
# print('color mode',self.pv_name, self.color_mode)
self._qt_dynamic_property_set(self.color_mode)
else: