svghmi/ui.py
branchsvghmi
changeset 3250 22da8e0b07b8
parent 3247 7282b40374b0
child 3251 6d4ff271ebf1
--- a/svghmi/ui.py	Mon May 31 10:10:00 2021 +0200
+++ b/svghmi/ui.py	Mon May 31 16:06:00 2021 +0200
@@ -214,7 +214,7 @@
     def OnHMITreeDnD(self):
         self.ParentObj.GotPathDnDOn(self)
 
-    def SetPathValue(self, value):
+    def SetPath(self, value):
         self.edit.SetValue(value)
 
     def OnPathChanged(self, event):