summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-10-15 16:43:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-10-15 21:12:46 +0200
commitf4f98ac18366b604d135895a92d9d5c101e77a16 (patch)
treed48eb35a98ec8bfbea2c767ab0ca45caf733f6db
parentde8a062253aefee12c7f65b63b1bcefc5cd99731 (diff)
gtk4: gtk4 needs to have all parent widgets can-focus to allow focus into child
Change-Id: Ibb8be00ffe256f744787342b1aa748a6ac580b2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123670 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--svx/uiconfig/ui/toolbarpopover.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/toolbarpopover.ui b/svx/uiconfig/ui/toolbarpopover.ui
index 7037547df6eb..3a0f83bf3405 100644
--- a/svx/uiconfig/ui/toolbarpopover.ui
+++ b/svx/uiconfig/ui/toolbarpopover.ui
@@ -3,13 +3,13 @@
<interface domain="svx">
<requires lib="gtk+" version="3.20"/>
<object class="GtkPopover" id="ToolbarPopover">
- <property name="can-focus">False</property>
+ <property name="can-focus">True</property>
<property name="no-show-all">True</property>
<property name="border-width">4</property>
<child>
<object class="GtkBox" id="container">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can-focus">True</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>