diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-23 20:01:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-23 23:48:51 +0200 |
commit | eb3587b1c54f7b264e6439d1cf39768c863284e4 (patch) | |
tree | b80f00297e330e5105e3dee50a5a473d0da51b44 /sfx2 | |
parent | 260086dffc5adddb3c6e60d423acd2aaeeb036eb (diff) |
Related: tdf#126693 cannot put focus into combobox entry
set can-focus=True in internal GtkComboBoxText GtkEntry where the
GtkEntry is editable=True
Change-Id: I32cc7686c3a3cb9827f05f192227c0ad39669aa5
Reviewed-on: https://gerrit.libreoffice.org/78035
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/helpsearchpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/helpsearchpage.ui b/sfx2/uiconfig/ui/helpsearchpage.ui index e610bcb916f2..a8eeec27324e 100644 --- a/sfx2/uiconfig/ui/helpsearchpage.ui +++ b/sfx2/uiconfig/ui/helpsearchpage.ui @@ -77,7 +77,7 @@ <property name="has_entry">True</property> <child internal-child="entry"> <object class="GtkEntry" id="combobox-entry"> - <property name="can_focus">False</property> + <property name="can_focus">True</property> </object> </child> </object> |