mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-06-05 04:48:40 +02:00
WIP logging if callback is called
This commit is contained in:
@@ -490,6 +490,7 @@ class DeviceComboBox(BECWidget, QComboBox):
|
||||
content: Device update payload. Currently unused.
|
||||
"""
|
||||
if action in ["add", "remove", "reload"]:
|
||||
logger.warning(f"DEVICE COMBOBOX UPDATE: {action} : {content}")
|
||||
self.device_config_update.emit()
|
||||
|
||||
def cleanup(self):
|
||||
|
||||
@@ -209,6 +209,8 @@ class SignalComboBox(BECWidget, QComboBox):
|
||||
"""
|
||||
self.config.signal_filter = [kind.name for kind in self.signal_filter]
|
||||
|
||||
logger.warning(f"SIGNAL COMBOBOX UPDATE: {content}")
|
||||
|
||||
if self._signal_class_filter:
|
||||
self.update_signals_from_signal_classes()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user