fix(widget/various): corrected USER_ACCESS methods for children widgets to include inherited methods to RPC

This commit is contained in:
wyzula-jan
2024-03-15 16:44:32 +01:00
parent d99fd76c0b
commit 4664661cfb
4 changed files with 306 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ class WidgetConfig(ConnectionConfig):
class BECPlotBase(BECConnector, pg.GraphicsLayout):
USER_ACCESS = [
"get_config",
"set",
"set_title",
"set_x_label",