[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Control.MouseMove is triggered all the time
[Thread Prev] | [Thread Next]
- Subject: Control.MouseMove is triggered all the time
- From: Lee <t.lee.davidson@xxxxxxxxx>
- Date: Sun, 27 Apr 2025 18:45:55 -0400
- To: Gambas Users <user@xxxxxxxxxxxxxxxxxxxxxx>
https://gambaswiki.org/wiki/comp/gb.qt4/control/.mousemove says, "By default, this event is raised only if a mouse button is pressed, or if the Tracking property is set."
Even with Tracking = False and no mouse button pressed, the event is triggered. I have tried it with a GridView and a TreeView, and they both behave the same way.
Is the documentation wrong, or is this a bug? -- Lee --- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ---- --- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----
Re: Control.MouseMove is triggered all the time | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |