mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-26 08:50:37 +02:00
eeshow/gui/input.c (button_release_event): input_hovering_down -> input_idle
This commit is contained in:
parent
0e9a308d6c
commit
4b3f2a86a9
@ -265,7 +265,7 @@ static gboolean button_release_event(GtkWidget *widget, GdkEventButton *event,
|
|||||||
if (sp->ops->hover_click &&
|
if (sp->ops->hover_click &&
|
||||||
sp->ops->hover_click(sp->user, event->x, event->y) &&
|
sp->ops->hover_click(sp->user, event->x, event->y) &&
|
||||||
sp == old_sp) {
|
sp == old_sp) {
|
||||||
sp->state = input_ignoring;
|
sp->state = input_idle;
|
||||||
if (sp->ops->hover_end)
|
if (sp->ops->hover_end)
|
||||||
sp->ops->hover_end(sp->user);
|
sp->ops->hover_end(sp->user);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user