Merge branch 'blender-v2.90-release'

This commit is contained in:
Julian Eisel 2020-08-06 13:35:06 +02:00
commit c4e606e386
1 changed files with 1 additions and 1 deletions

View File

@ -2403,7 +2403,7 @@ static void widget_draw_text_icon(const uiFontStyle *fstyle,
}
else if (but->flag & UI_BUT_DRAG_MULTI) {
bool text_is_edited = ui_but_drag_multi_edit_get(but) != NULL;
if (text_is_edited) {
if (text_is_edited || (but->drawflag & UI_BUT_TEXT_LEFT)) {
rect->xmin += text_padding;
}
}