mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
Ensure correct field is edited when more than one hidden field is editable.
This commit is contained in:
parent
8641d5cbda
commit
decb4d40f3
@ -2941,7 +2941,7 @@ static bool treeview_edit_node_at_point(treeview *tree, treeview_node *n,
|
||||
}
|
||||
|
||||
tree->edit.node = n;
|
||||
tree->edit.field = ef->field;
|
||||
tree->edit.field = field_desc->field;
|
||||
|
||||
/* Position the caret */
|
||||
mouse_x -= field_x;
|
||||
|
Loading…
Reference in New Issue
Block a user