mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:23:49 +01:00
Form refresh
A little fix that refreshes the page after the form show command has been executed
This commit is contained in:
parent
113767476a
commit
864c7dc29d
@ -901,7 +901,8 @@ cmd_form(int argc, char** argv)
|
|||||||
|
|
||||||
form_id++;
|
form_id++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gtk_widget_queue_draw(Zathura.drawing_area);
|
||||||
poppler_page_free_form_field_mapping(form_mapping);
|
poppler_page_free_form_field_mapping(form_mapping);
|
||||||
}
|
}
|
||||||
else if(strcmp(argv[0], "set") == 0)
|
else if(strcmp(argv[0], "set") == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user