[Urwid] Filler.mouse_event() --> TypeError

Ian Ward ian at excess.org
Fri Jun 23 09:29:15 EDT 2006


Rebecca Breu wrote:
> The focus parameter is missing in line 1234 (Odd number ;-). Just changing
> lines 1233 and 1234 in wiget.py to
> 
>     return self.body.mouse_event((maxcol,),
>                            event, button, col, row-top, focus)
> 
> seems to fix the problem...

Thanks.  This fix will be in the next release.

Ian




More information about the Urwid mailing list