SVGHMI: Fixed typo in last commit svghmi
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Mon, 31 May 2021 16:06:00 +0200
branchsvghmi
changeset 3250 22da8e0b07b8
parent 3249 7b19c363ef9c
child 3251 6d4ff271ebf1
SVGHMI: Fixed typo in last commit
svghmi/ui.py
--- 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):