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 /sw/uiconfig/swriter/ui/addressblockdialog.ui | |
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 'sw/uiconfig/swriter/ui/addressblockdialog.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/addressblockdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/addressblockdialog.ui b/sw/uiconfig/swriter/ui/addressblockdialog.ui index 8eb073035615..7e0994440c29 100644 --- a/sw/uiconfig/swriter/ui/addressblockdialog.ui +++ b/sw/uiconfig/swriter/ui/addressblockdialog.ui @@ -309,7 +309,7 @@ <property name="has_entry">True</property> <child internal-child="entry"> <object class="GtkEntry" id="comboboxtext-entry"> - <property name="can_focus">False</property> + <property name="can_focus">True</property> </object> </child> </object> |