Fix auto show selection edges tool tip (fix #3288)

This commit is contained in:
Gaspar Capello 2022-05-20 08:41:53 -03:00
parent 4f9fe90304
commit 8aff048364

View File

@ -1152,10 +1152,12 @@ keep_selection_after_clear_tooltip = <<<END
Check this if you want to keep the selection
after deleting it.
END
auto_show_selection_edges = Automatically show selection edges after modifying the selection
auto_show_selection_edges = Show selection edges automatically when the selection is modified
auto_show_selection_edges_tooltip = <<<END
Uncheck this if you want to keep the
selection edges option as you wish.
When checked, the View > Show > Selection Edges option will be enabled
each time we modify the selection. Uncheck this in case that you want
to keep selection edges hidden when View > Show > Selection Edges
option is disabled, e.g. to avoid visual noise or performance issues.
END
move_edges = Allow moving selection edges
move_edges_tooltip = <<<END