mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 07:36:00 +01:00
force cb_vadjusment_value_changed to be called at least once
This commit is contained in:
parent
2678db4a6f
commit
623678ee9c
1 changed files with 1 additions and 0 deletions
|
@ -447,6 +447,7 @@ document_open(zathura_t* zathura, const char* path, const char* password)
|
|||
}
|
||||
|
||||
page_set_delayed(zathura, document->current_page_number - 1);
|
||||
cb_view_vadjustment_value_changed(NULL, zathura);
|
||||
|
||||
return true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue