Make completion 'inline' which makes it instanteous
Against expectation making the entry completion 'inline' does not show the first match inline but completes instantly when typing.
This commit is contained in:
parent
bf11be2cfe
commit
f51785f0aa
1 changed files with 1 additions and 0 deletions
|
@ -1020,6 +1020,7 @@ midori_location_action_completion_init (MidoriLocationAction* location_action,
|
|||
? NULL : location_action->model);
|
||||
|
||||
gtk_entry_completion_set_text_column (completion, URI_COL);
|
||||
gtk_entry_completion_set_inline_completion (completion, TRUE);
|
||||
#if GTK_CHECK_VERSION (2, 12, 0)
|
||||
gtk_entry_completion_set_inline_selection (completion, TRUE);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue