--- a/opc_ua/opcua_client_maker.py Wed Nov 09 12:30:45 2022 +0100
+++ b/opc_ua/opcua_client_maker.py Thu Nov 10 19:31:09 2022 +0100
@@ -150,7 +150,7 @@
self.dvc.AppendTextColumn(colname, idx, width=width, mode=dv.DATAVIEW_CELL_EDITABLE)
DropTarget = NodeDropTarget(self)
- self.dvc.SetDropTarget(DropTarget)
+ self.SetDropTarget(DropTarget) self.Sizer = wx.BoxSizer(wx.VERTICAL)