mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
Set caret position in URL bar to the end when core updates it
svn path=/trunk/netsurf/; revision=2899
This commit is contained in:
parent
82cba2801b
commit
fa24f64b60
@ -1048,6 +1048,7 @@ void gui_window_hide_pointer(struct gui_window *g)
|
||||
void gui_window_set_url(struct gui_window *g, const char *url)
|
||||
{
|
||||
gtk_entry_set_text(g->url_bar, url);
|
||||
gtk_editable_set_position(GTK_EDITABLE(g->url_bar), -1);
|
||||
}
|
||||
|
||||
void gui_window_start_throbber(struct gui_window* g)
|
||||
|
Loading…
Reference in New Issue
Block a user