Hi, as of urwid 1.3.0 GridFlow.mouse_event() always returns True. I think all of it should be wrapped with something like
if button ==1 and event == "mouse press": (I'm implementing right click context menu which a given widget provides only if it replies to a right click event and was surprised that all my gridflows insist on displaying a context menu) Best, Lukasz _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
