Do not block propagation of the button-press event
This commit is contained in:
parent
ec32c582c2
commit
fcc64970fe
|
@ -198,7 +198,7 @@ static gboolean _on_button_press(GtkWidget * widget, GdkEventButton * event,
|
||||||
fprintf(stderr, "DEBUG: %s()\n", __func__);
|
fprintf(stderr, "DEBUG: %s()\n", __func__);
|
||||||
#endif
|
#endif
|
||||||
if(event->type != GDK_BUTTON_PRESS || event->button != 3)
|
if(event->type != GDK_BUTTON_PRESS || event->button != 3)
|
||||||
return FALSE;
|
return TRUE;
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "DEBUG: %s() right-click\n", __func__);
|
fprintf(stderr, "DEBUG: %s() right-click\n", __func__);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user