Bug #608410. Set cursor position after inserting text.
This commit is contained in:
parent
3a796a5158
commit
899d425e50
@ -888,6 +888,7 @@ gail_entry_insert_text (AtkEditableText *text,
|
||||
return;
|
||||
|
||||
gtk_editable_insert_text (editable, string, length, position);
|
||||
gtk_editable_set_position (editable, *position);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user