diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-13 16:34:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-13 22:17:48 +0100 |
commit | 68bae22d127986875fab6e715b0fe53280a499ec (patch) | |
tree | ea2c2cde7b89de44ded2f949c69fcc631f58bc5f /sfx2/uiconfig | |
parent | d02381a70184f13031e5f2e19a837f5821e4a49c (diff) |
Resolves: tdf#124028 dangling "completion" entries block responses
so e.g. math font dialog doesn't react to button clicks.
since...
commit ab8e0f5832fa910f8b1abd36d7cb3929cbac2395
Author: Caolán McNamara <caolanm@redhat.com>
Date: Fri Jan 18 17:08:58 2019 +0000
Resolves: tdf#122484 replace gtk autocomplete with vcl-alike autoselect
remove the entrycompletions but left the reference to them
Change-Id: Ia02d0e657fc114692f69f88890192c470a1cab22
Reviewed-on: https://gerrit.libreoffice.org/69208
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/newstyle.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/newstyle.ui b/sfx2/uiconfig/ui/newstyle.ui index af9b7e14716f..7e9ebae6ca60 100644 --- a/sfx2/uiconfig/ui/newstyle.ui +++ b/sfx2/uiconfig/ui/newstyle.ui @@ -153,7 +153,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="activates_default">True</property> - <property name="completion">entrycompletion1</property> <property name="hexpand">True</property> <child internal-child="accessible"> <object class="AtkObject" id="stylename-atkobject"> |