beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Fixed typo in last commit
svghmi
2021-05-31, Edouard Tisserant
22da8e0b07b8
Parents
7b19c363ef9c
Children
6d4ff271ebf1
SVGHMI: Fixed typo in last commit
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
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):