Fix #118061: Tooltip Length Calculation Clipped for Enums #118064

Merged
Harley Acheson merged 1 commits from Harley/blender:ToolTipEnumLength into blender-v4.1-release 2024-02-09 21:22:11 +01:00

1 Commits

Author SHA1 Message Date
Harley Acheson 06fd9bd0ab Fix #118061: Tooltip Length Calculation Clipped for Enums
When calculating the width of strings for the tooltip window size, enum
labels were measured using the string from the text_suffix field but
length from the text field. Introduced with std::string changes.
2024-02-09 12:18:19 -08:00