Merge branch 'blender-v2.93-release'

This commit is contained in:
Robert Guetzkow 2021-05-02 11:20:27 +02:00
commit 6b6ae92436
1 changed files with 1 additions and 1 deletions

View File

@ -778,7 +778,7 @@ static void drawviewborder(Scene *scene, Depsgraph *depsgraph, ARegion *region,
}
/* draw */
immUniformThemeColorShade(TH_VIEW_OVERLAY, 100);
immUniformThemeColorShadeAlpha(TH_VIEW_OVERLAY, 100, 255);
/* TODO Was using:
* UI_draw_roundbox_4fv(false, rect.xmin, rect.ymin, rect.xmax, rect.ymax, 2.0f, color);