Feature #1891
RCP: X.X, Analec annotation edition mouse management
Status: | New | Start date: | 09/30/2016 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | - | % Done: | 80% |
||
Category: | UI / Editor | Spent time: | - | ||
Target version: | TXM Democrat 2.0 |
Description
Currently the double-click is not processed -> impossible to create a unit based on a double-click selection.
Solution¶
* change mouse listener from (down, up) to (click, double-click)
The Double click event = MouseDown -> MouseUp -> MouseDown. We just need to not process the next MouseUp
History
#1 Updated by Matthieu Decorde over 6 years ago
- Description updated (diff)
- % Done changed from 0 to 80