fixed widget_update in CAQTableWidget as used in Configure Table PVs
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
# Temporary editor files #
|
||||
##########################
|
||||
*~
|
||||
*.*:*
|
||||
*.*-
|
||||
*.*-*
|
||||
__pycache__
|
||||
*.-*
|
||||
__pycache__
|
||||
__pycache__/*.*
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user