]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/panel.py
another fix for undo/redo
[wxWidgets.git] / wxPython / wx / tools / XRCed / panel.py
index 0f098eef3df5fe835e313d1ccc8aab9fcd4568da..d05dc3793c24bdc37f035c82fa5a41fae39f6fa7 100644 (file)
@@ -242,7 +242,7 @@ class ParamPage(wx.Panel):
     # Save current state
     def SaveState(self):
         self.origChecks = map(lambda i: (i[0], i[1].GetValue()), self.checks.items())
-        self.origControls = map(lambda i: (i[0], i[1].GetValue(), i[1].IsEnabled()),
+        self.origControls = map(lambda i: (i[0], i[1].GetValue(), i[1].enabled),
                             self.controls.items())
         if self.controlName:
             self.origName = self.controlName.GetValue()