UI: clarify tooltip for "User Tooltips"
Even when disabled, one can force the tooltip display by holding ALT **prior** to entering/hovering a control. This PR clarifies that. (also clarified in the actual manual separately) Resolves #146689 Pull Request: https://projects.blender.org/blender/blender/pulls/146707
This commit is contained in:
committed by
Philipp Oeser
parent
92be913a2a
commit
2f5f9a9cdb
@@ -4877,7 +4877,7 @@ static void rna_def_userdef_view(BlenderRNA *brna)
|
||||
prop = RNA_def_property(srna, "show_tooltips", PROP_BOOLEAN, PROP_NONE);
|
||||
RNA_def_property_boolean_sdna(prop, nullptr, "flag", USER_TOOLTIPS);
|
||||
RNA_def_property_ui_text(
|
||||
prop, "Tooltips", "Display tooltips (when disabled, hold Alt to force display)");
|
||||
prop, "Tooltips", "Display tooltips (when disabled, hold Alt then hover to force display)");
|
||||
|
||||
prop = RNA_def_property(srna, "show_tooltips_python", PROP_BOOLEAN, PROP_NONE);
|
||||
RNA_def_property_boolean_sdna(prop, nullptr, "flag", USER_TOOLTIPS_PYTHON);
|
||||
|
||||
Reference in New Issue
Block a user