force cb_vadjusment_value_changed to be called at least once

This commit is contained in:
Sebastian Ramacher 2012-02-07 16:38:21 +01:00
parent 2678db4a6f
commit 623678ee9c

View File

@ -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;