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?

Paul


_______________________________________________
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/5240e4ea.1060...@ulmcnett.com

Reply via email to