scm screens: select text when staged changes made.

Another aspect of making the entry more user-friendly.
This commit is contained in:
Al Poole 2017-09-21 14:51:54 +01:00
parent d85bc57a49
commit 89dfc351bf
1 changed files with 3 additions and 0 deletions

View File

@ -503,6 +503,9 @@ edi_scm_screens_commit(Evas_Object *parent)
evas_object_smart_callback_add(button, "clicked",
_edi_scm_screens_commit_cb, input);
evas_object_show(popup);
if (staged_changes)
elm_entry_select_all(input);
elm_object_focus_set(input, EINA_TRUE);
}