Bug #608410. Set cursor position after inserting text.

This commit is contained in:
Li Yuan 2010-01-29 14:16:24 +08:00 committed by Tristan Van Berkom
parent 8a9dabd683
commit 5067f69ff1

View File

@ -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