# HG changeset patch # User Edouard Tisserant # Date 1668105069 -3600 # Node ID bf3b5f58c83283c1366e81f4bf8de19f51e66edc # Parent db7e4952b64f4b725a30542b07e9f68ad1f58824 OPC-UA: Extend Drag'N'Drop target to whole input or output panel not only grid. diff -r db7e4952b64f -r bf3b5f58c832 opc_ua/opcua_client_maker.py --- 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)