Fixed Sizer syntax to work with 2.6.1 (eg (10, 0, 0, 0) should be ((10, 0), 0, 0) [...]

[email protected] Fri, 17 Jun 2005 00:00:09 -0400
Newsgroups gmane.comp.gnu.medical.update
Message-ID <[email protected]>
Commit from rterry (2005-06-16 03:03 EDT)
------------------

Fixed Sizer syntax to work with 2.6.1 (eg (10,0,0,0) should be ((10,0),0,0)
multiple occurence
Note this form cannot be closed currently needs fixing-
Richard Terry

  gnumed  gnumed/client/wxpython/gmBMIWidgets.py  1.5


Commit from rterry (2005-06-16 03:39 EDT)
------------------

Fixed spacer values to run under wxPython 2.6
e.g .Add(10,0,0,0) now .Add((10,0),0,0)
Richard Terry

  gnumed  gnumed/client/wxpython/gmPregWidgets.py  1.2