El 23/09/13 22:03, Paul McNett escribió:
On 9/23/13 9:37 AM, Ricardo Aráoz wrote:
Hi,
     there is a bug in dGridSizer's setColExpand() and setRowExpand() methods.
The line :

if isinstance(expand, basestring):
Should be changed to :
if not isinstance(expand, basestring):


As the colNum argument should be switched with the expand argument only if 
expand is
NOT an instance of basestring.
Actually none of these methods will work due to this bug.
Want committer rights so you can make these fixes on your own?


Ok
Thanks


_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/52419d71.7000...@gmail.com

Reply via email to