X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe295b0d3e61c2b32079d886f5109fe825d14eb8..216d173fba2d33cd32c1c069dbeb803efc8e7860:/wxPython/wx/tools/XRCed/params.py diff --git a/wxPython/wx/tools/XRCed/params.py b/wxPython/wx/tools/XRCed/params.py index 53027dddec..7142449f84 100644 --- a/wxPython/wx/tools/XRCed/params.py +++ b/wxPython/wx/tools/XRCed/params.py @@ -36,6 +36,7 @@ class PPanel(wx.Panel): wx.Panel.__init__(self, parent, -1, name=name) self.modified = self.freeze = False def Enable(self, value): + self.enabled = value # Something strange is going on with enable so we make sure... for w in self.GetChildren(): w.Enable(value)