Fix #109198: Enum properties don't display text in Dope Sheet sliders #109205

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:109198 into main 2023-06-27 15:32:59 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -5530,7 +5530,7 @@ void ANIM_channel_draw_widgets(const bContext *C,
&ptr,
prop,
array_index,
"",
RNA_property_type(prop) == PROP_ENUM ? NULL : "",
ICON_NONE,
offset,
rect->ymin,