mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 09:16:00 +01:00
CS
This commit is contained in:
parent
083a40f447
commit
3df59895cd
1 changed files with 2 additions and 1 deletions
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 a new issue