[Sugar-devel] Maintain 25 Activities - Swarup and James chat

James Cameron quozl at laptop.org
Wed May 22 22:47:44 EDT 2019


Aniket and I had a brief conversation.  Here's a summary;

1.  several PyGame activities rely on a mouse button down event for
activating buttons, SDL has added a click count, but PyGame is not
passing it on, with the result that a double-click yields three down
events.

Quick fix is to rely on the up event instead.  Complete fix
is to rely on both up, down, and motion events, which is what most
user interface toolkits do.

2.  there were errors pushing backdated git tags into a repository
on GitHub, but the problem seems to have gone away.

-- 
James Cameron
http://quozl.netrek.org/


More information about the Sugar-devel mailing list