[Gambas-bugtracker] Bug #2096: MouseDown is raised twice on Grid view
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Thu Feb 18 22:44:43 CET 2021
http://gambaswiki.org/bugtracker/edit?object=BUG.2096&from=L21haW4-
Comment #7 by Benoît MINISINI:
@Olivier: if you are talking about something else, please create another issue.
@Fabien: it's by design, as you get the MouseDown event *before* the GridView handles it. You can rely on predictable behaviour about high-level features by using low-level events. If you want an event after the GridView cursor has moved, use the Click event.
More information about the Bugtracker
mailing list