Fix bug where page number does not update in mark_evaluate

This commit is contained in:
Glen Winters 2012-06-01 03:39:27 -07:00 committed by Sebastian Ramacher
parent 65856538d5
commit 2632aa2990

View File

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