Form refresh

A little fix that refreshes the page after the form show command
has been executed
This commit is contained in:
Moritz Lipp 2009-09-11 21:03:33 +02:00
parent 113767476a
commit 864c7dc29d

View File

@ -901,7 +901,8 @@ 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)