mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:46:08 +01:00
Fix the bug that index can not jump to specific page
This commit is contained in:
parent
3793b5b33d
commit
3986cbc032
@ -147,8 +147,8 @@ cb_index_row_activated(GtkTreeView* tree_view, GtkTreePath* path,
|
||||
return;
|
||||
}
|
||||
|
||||
zathura_link_evaluate(zathura, index_element->link);
|
||||
sc_toggle_index(zathura->ui.session, NULL, NULL, 0);
|
||||
zathura_link_evaluate(zathura, index_element->link);
|
||||
}
|
||||
|
||||
g_object_unref(model);
|
||||
|
Loading…
Reference in New Issue
Block a user