sw/uiconfig/swriter/ui/navigatorpanel.ui | 1 + 1 file changed, 1 insertion(+)
New commits: commit 25ccee0950b684045aa99c26d42c03c9fdbc8a07 Author: Parth Raiyani <[email protected]> AuthorDate: Tue Oct 14 23:55:39 2025 +0530 Commit: Caolán McNamara <[email protected]> CommitDate: Wed Feb 25 12:12:09 2026 +0100 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]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200242 Reviewed-by: Caolán McNamara <[email protected]> diff --git a/sw/uiconfig/swriter/ui/navigatorpanel.ui b/sw/uiconfig/swriter/ui/navigatorpanel.ui index b2625ed87144..845a37e9e13b 100644 --- a/sw/uiconfig/swriter/ui/navigatorpanel.ui +++ b/sw/uiconfig/swriter/ui/navigatorpanel.ui @@ -1405,6 +1405,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>
