[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnumed-update] Fixed Sizer syntax to work with 2.6.1 (eg (10, 0, 0, 0)
From: |
ihaywood |
Subject: |
[Gnumed-update] Fixed Sizer syntax to work with 2.6.1 (eg (10, 0, 0, 0) should be ((10, 0), 0, 0) [...] |
Date: |
Fri, 17 Jun 2005 00:00:09 -0400 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gnumed-update] Fixed Sizer syntax to work with 2.6.1 (eg (10, 0, 0, 0) should be ((10, 0), 0, 0) [...],
ihaywood <=