mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 21:03:46 +01:00
Break after first link
This commit is contained in:
parent
72c2961b6d
commit
b138553e1c
@ -960,6 +960,7 @@ cb_zathura_page_widget_button_release_event(GtkWidget* widget, GdkEventButton* b
|
||||
if (rect.x1 <= oldx && rect.x2 >= oldx
|
||||
&& rect.y1 <= oldy && rect.y2 >= oldy) {
|
||||
zathura_link_evaluate(priv->zathura, link);
|
||||
break;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user