X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/122c2bae32138468f1da8bd78d6166bff19de3d1..4c1e8a6952d9a68f0ca07d1ef4a0ad42d89d16ee:/wxPython/wx/lib/buttonpanel.py diff --git a/wxPython/wx/lib/buttonpanel.py b/wxPython/wx/lib/buttonpanel.py index 872ef93822..a31eb08718 100644 --- a/wxPython/wx/lib/buttonpanel.py +++ b/wxPython/wx/lib/buttonpanel.py @@ -1113,7 +1113,7 @@ class ButtonInfo(Control): if alignment == self._textAlignment: return - self._alignment = alignment + self._textAlignment = alignment def GetToggled(self):