mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 22:16:00 +01:00
Fix bug where page number does not update in mark_evaluate
This commit is contained in:
parent
65856538d5
commit
2632aa2990
1 changed files with 2 additions and 0 deletions
2
marks.c
2
marks.c
|
@ -243,6 +243,8 @@ mark_evaluate(zathura_t* zathura, int key)
|
||||||
position_set_delayed(zathura, mark->position_x, mark->position_y);
|
position_set_delayed(zathura, mark->position_x, mark->position_y);
|
||||||
|
|
||||||
cb_view_vadjustment_value_changed(NULL, zathura);
|
cb_view_vadjustment_value_changed(NULL, zathura);
|
||||||
|
|
||||||
|
zathura->global.update_page_number = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
GIRARA_LIST_FOREACH_END(zathura->global.marks, zathura_mark_t*, iter, mark);
|
GIRARA_LIST_FOREACH_END(zathura->global.marks, zathura_mark_t*, iter, mark);
|
||||||
|
|
Loading…
Reference in a new issue