mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 21:36:00 +01:00
Update statusbar in page_set
This commit is contained in:
parent
a4b4c91dae
commit
bc7878da0e
1 changed files with 2 additions and 0 deletions
|
@ -629,6 +629,8 @@ page_set(zathura_t* zathura, unsigned int page_id)
|
|||
set_adjustment(view_hadjustment, offset.x);
|
||||
set_adjustment(view_vadjustment, offset.y);
|
||||
|
||||
statusbar_page_number_update(zathura);
|
||||
|
||||
return true;
|
||||
|
||||
error_out:
|
||||
|
|
Loading…
Reference in a new issue