mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:03:47 +01:00
Fix bug where page number does not update in mark_evaluate
This commit is contained in:
parent
65856538d5
commit
2632aa2990
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);
|
||||
|
||||
cb_view_vadjustment_value_changed(NULL, zathura);
|
||||
|
||||
zathura->global.update_page_number = true;
|
||||
return;
|
||||
}
|
||||
GIRARA_LIST_FOREACH_END(zathura->global.marks, zathura_mark_t*, iter, mark);
|
||||
|
Loading…
Reference in New Issue
Block a user