From ed2471e8351d25277a3403add30f19d972b54ecd Mon Sep 17 00:00:00 2001 From: Krrish777 <777krrish@gmail.com> Date: Sat, 3 Jan 2026 16:03:48 +0530 Subject: [PATCH] Gui: Add informative tooltips to Tree Selection Behavior --- src/Gui/PreferencePages/DlgSettingsSelection.ui | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/Gui/PreferencePages/DlgSettingsSelection.ui b/src/Gui/PreferencePages/DlgSettingsSelection.ui index 50fb7650cc..46078ea6c7 100644 --- a/src/Gui/PreferencePages/DlgSettingsSelection.ui +++ b/src/Gui/PreferencePages/DlgSettingsSelection.ui @@ -206,6 +206,9 @@ A larger value makes it easier to select elements, but may prevent selection of Auto switch to the 3D view containing the selected item + + Focuses the 3D window where the selected object resides. Useful when working across multiple tiled views or documents. + SyncView @@ -222,6 +225,9 @@ A larger value makes it easier to select elements, but may prevent selection of Auto expand tree item when the corresponding object is selected in the 3D view + + Locates and reveals the selected object within the tree hierarchy. Prevents manual scrolling in deep, complex document structures. + SyncSelection @@ -238,6 +244,9 @@ A larger value makes it easier to select elements, but may prevent selection of Record selection in tree view in order to go back/forward using navigation button + + Enables selection history. Use 'Back' and 'Forward' navigation to toggle between previously selected objects without re-searching the tree. + RecordSelection @@ -254,6 +263,9 @@ A larger value makes it easier to select elements, but may prevent selection of Add checkboxes for selection in document tree + + Provides persistent selection toggles for each item. Simplifies batch operations and complex multi-selection without holding modifier keys (Ctrl/Shift). + CheckBoxesSelection