mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Refresh the view after selecting a new form item with the form menu.
This commit is contained in:
parent
bcdc69e86a
commit
eeb51bffea
@ -1636,6 +1636,7 @@ link_form_menu_func(struct terminal *term, void *link_number_, void *ses_)
|
||||
if_assert_failed return;
|
||||
|
||||
jump_to_link_number(ses, doc_view, link_number);
|
||||
refresh_view(ses, doc_view, 0);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user