mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 03:39:51 +00:00
parent
e0958027db
commit
b767b1868a
@ -148,6 +148,9 @@ void generate_mouse_event_for_button(Event::MouseButton button, int old_b, int n
|
||||
double_click_button = button;
|
||||
double_click_ticks = current_ticks;
|
||||
}
|
||||
else {
|
||||
double_click_level = DOUBLE_CLICK_NONE;
|
||||
}
|
||||
}
|
||||
else if (ev.type() == Event::MouseUp) {
|
||||
if (double_click_level != DOUBLE_CLICK_NONE) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user