sc/uiconfig/scalc/ui/pastespecial.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 9775af227eded1ccdfa5750689533b429558cf3a Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Fri Oct 27 16:41:59 2023 +0100 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Fri Oct 27 22:13:53 2023 +0200 Resolves: tdf#157891 arrange so 'ok' in paste special is default action for return. Set the "all" checkbox explicitly as the widget to have the initial focus, all platforms then agree on where focus starts, and return will activate the default "ok" button. Otherwise, vcl picks the "value" button and gtk picks the "link" checkbox and there is an inconsistency as to what "return" activates by default: Change-Id: I894199069a32f4e09e2661f2c90338caacb8c65d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158569 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> diff --git a/sc/uiconfig/scalc/ui/pastespecial.ui b/sc/uiconfig/scalc/ui/pastespecial.ui index a4afa26d7f65..17da222d2cea 100644 --- a/sc/uiconfig/scalc/ui/pastespecial.ui +++ b/sc/uiconfig/scalc/ui/pastespecial.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.38.2 --> +<!-- Generated with glade 3.40.0 --> <interface domain="sc"> <requires lib="gtk+" version="3.20"/> <object class="GtkImage" id="img_paste_formats"> @@ -290,6 +290,7 @@ <property name="label" translatable="yes" context="pastespecial|paste_all">All</property> <property name="visible">True</property> <property name="can-focus">True</property> + <property name="has-focus">True</property> <property name="receives-default">False</property> <property name="use-underline">True</property> <property name="draw-indicator">True</property>