sw/uiconfig/swriter/ui/navigatorpanel.ui | 1 + 1 file changed, 1 insertion(+)
New commits: commit dd2d26f6ea50b66e2969e562405362e01dcd30fc Author: Parth Raiyani <[email protected]> AuthorDate: Tue Oct 14 23:55:39 2025 +0530 Commit: Szymon Kłos <[email protected]> CommitDate: Wed Oct 15 06:01:31 2025 +0200 ui: enable single-click activation for writer navigator panel context: there is not special case handler exist for writer navigator on single click. it just highlight the entry on single click. It will be better if we enable the entry on single click. It will fixed the issue where pressing "enter" or "space" in writer navigator, doesn't move the view to the selected place in outline tab Signed-off-by: Parth Raiyani <[email protected]> Change-Id: I352a211cf21e6926ee3f5e83d2b0c91f9bd0dae3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192409 Reviewed-by: Szymon Kłos <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/sw/uiconfig/swriter/ui/navigatorpanel.ui b/sw/uiconfig/swriter/ui/navigatorpanel.ui index 7fcfaeb6674e..d8f18ebbab86 100644 --- a/sw/uiconfig/swriter/ui/navigatorpanel.ui +++ b/sw/uiconfig/swriter/ui/navigatorpanel.ui @@ -1387,6 +1387,7 @@ <property name="reorderable">True</property> <property name="search-column">1</property> <property name="enable-tree-lines">True</property> + <property name="activate-on-single-click">True</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="Macro Library List-selection1"/> </child>
