1
1

Merge branch 'blender-v2.93-release'

This commit is contained in:
2021-05-02 11:20:27 +02:00

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);