Hi Robin,
In the RadioBox demo the two radio boxes overlap (at least here on Ubuntu, wxPython 2.8.1.1 ). The fix is adding this on line 40:
self.Layout()
Stani
Hi Robin,
In the RadioBox demo the two radio boxes overlap (at least here on Ubuntu, wxPython 2.8.1.1 ). The fix is adding this on line 40:
self.Layout()
Stani
Stani's Python Editor wrote:
Hi Robin,
In the RadioBox demo the two radio boxes overlap (at least here on Ubuntu, wxPython 2.8.1.1 ). The fix is adding this on line 40:
self.Layout()
This was caused by a bug in wxGTK that has already been fixed in later releases.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!