forked from AuroraMiddleware/gtk
Bug #608410. Set cursor position after inserting text.
This commit is contained in:
parent
8a9dabd683
commit
5067f69ff1
@ -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