Lukasz Grabowski
2015-03-04 17:53:42 UTC
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
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