GtkFileChooserEntry: move the cursor after the user chooses a completion from the list
https://bugzilla.gnome.org/show_bug.cgi?id=756450
This commit is contained in:
@ -277,6 +277,8 @@ match_selected_callback (GtkEntryCompletion *completion,
|
|||||||
-1,
|
-1,
|
||||||
&pos);
|
&pos);
|
||||||
|
|
||||||
|
gtk_editable_set_position (GTK_EDITABLE (chooser_entry), pos);
|
||||||
|
|
||||||
g_free (path);
|
g_free (path);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|||||||
Reference in New Issue
Block a user