mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 21:53:46 +01:00
CS
This commit is contained in:
parent
083a40f447
commit
3df59895cd
3
render.c
3
render.c
@ -327,8 +327,9 @@ page_expose_event(GtkWidget* UNUSED(widget), GdkEventExpose* UNUSED(event),
|
||||
|
||||
bool render_loading = true;
|
||||
if (page->document != NULL && page->document->zathura != NULL &&
|
||||
page->document->zathura->ui.session != NULL)
|
||||
page->document->zathura->ui.session != NULL) {
|
||||
girara_setting_get(page->document->zathura->ui.session, "render-loading", &render_loading);
|
||||
}
|
||||
|
||||
/* write text */
|
||||
if (render_loading == true) {
|
||||
|
Loading…
Reference in New Issue
Block a user