sfx2/uiconfig/ui/panel.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a5817c2fb2122e895e6ba4fd19f558fc01123d9
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Sep 10 12:25:13 2021 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Sep 10 15:00:45 2021 +0200

    gtk4: cannot focus to toolbutton if can-focus is false
    
    which seems reasonable
    
    Change-Id: I0cc5fecaace99f612d637c39065982ad12b23b89
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121895
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sfx2/uiconfig/ui/panel.ui b/sfx2/uiconfig/ui/panel.ui
index 98e65c9a25eb..52f044467963 100644
--- a/sfx2/uiconfig/ui/panel.ui
+++ b/sfx2/uiconfig/ui/panel.ui
@@ -70,7 +70,7 @@
             <child>
               <object class="GtkToolButton" id="button">
                 <property name="visible">True</property>
-                <property name="can-focus">False</property>
+                <property name="can-focus">True</property>
                 <property name="tooltip-text" translatable="yes" 
context="panel|SFX_STR_SIDEBAR_MORE_OPTIONS">More Options</property>
                 <property name="use-underline">True</property>
                 <property 
name="icon-name">sfx2/res/symphony/morebutton.png</property>

Reply via email to