mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 21:33:45 +01:00
parent
2ec99e9f9e
commit
edea6a5403
@ -200,6 +200,7 @@ zathura_update_view_ppi(zathura_t* zathura)
|
||||
if (fabs(ppi - current_ppi) > DBL_EPSILON) {
|
||||
girara_debug("monitor width: %d mm, pixels: %d, ppi: %0.2f", width_mm, monitor_geom.width, ppi);
|
||||
zathura_document_set_viewport_ppi(zathura->document, ppi);
|
||||
adjust_view(zathura);
|
||||
render_all(zathura);
|
||||
refresh_view(zathura);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user