editors/ConfTreeNodeEditor.py
changeset 1329 9d0cb01312f0
parent 1315 ff14a66bbd12
child 1451 94e620cbd9de
--- a/editors/ConfTreeNodeEditor.py	Thu Sep 26 20:47:36 2013 +0900
+++ b/editors/ConfTreeNodeEditor.py	Fri Sep 27 09:32:39 2013 +0900
@@ -496,6 +496,8 @@
     def GetChoiceCallBackFunction(self, choicectrl, path):
         def OnChoiceChanged(event):
             res = self.SetConfNodeParamsAttribute(path, choicectrl.GetStringSelection())
+            if res is None:
+                res = ""
             choicectrl.SetStringSelection(res)
             event.Skip()
         return OnChoiceChanged