projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implement new features for finding class factories. Put seek inside 2.6 compat ifdef.
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
buttonpanel.py
diff --git
a/wxPython/wx/lib/buttonpanel.py
b/wxPython/wx/lib/buttonpanel.py
index 872ef938228c14e187dd23cfb7a81d51149af66e..a31eb087186f79df04f2066da25809049e0dbaa5 100644
(file)
--- 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._
a
lignment = alignment
+ self._
textA
lignment = alignment
def GetToggled(self):