mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-13 20:36:02 +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
1 changed files with 2 additions and 1 deletions
|
@ -902,6 +902,7 @@ cmd_form(int argc, char** argv)
|
|||
form_id++;
|
||||
}
|
||||
|
||||
gtk_widget_queue_draw(Zathura.drawing_area);
|
||||
poppler_page_free_form_field_mapping(form_mapping);
|
||||
}
|
||||
else if(strcmp(argv[0], "set") == 0)
|
||||
|
|
Loading…
Reference in a new issue