controls/VariablePanel.py
branchpython3
changeset 3764 d92c1a3dafa7
parent 3752 9f6f46dbe3ae
child 3765 88fe6fc9fd38
--- a/controls/VariablePanel.py	Fri Oct 28 18:54:33 2022 +0800
+++ b/controls/VariablePanel.py	Fri Oct 28 18:59:04 2022 +0800
@@ -424,6 +424,8 @@
 
         return True
 
+        return True
+
     def ShowMessage(self, message):
         message = wx.MessageDialog(self.ParentWindow, message, _("Error"), wx.OK | wx.ICON_ERROR)
         message.ShowModal()