Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dalai@blender.org>2021-10-08 15:30:08 +0300
committerDalai Felinto <dalai@blender.org>2021-10-08 16:37:43 +0300
commitff9587d28eab0339e8341673ed90db29a2932a95 (patch)
treeb4890cc46829c15dcb58f1483cbee6e5b31c8025 /source/blender/editors/space_node/drawnode.cc
parentebe23745281e8675a6b45c39f79441a4f896963e (diff)
User Interface: Use theme alpha for the nodes frames background
This bump subversion.
Diffstat (limited to 'source/blender/editors/space_node/drawnode.cc')
-rw-r--r--source/blender/editors/space_node/drawnode.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/drawnode.cc b/source/blender/editors/space_node/drawnode.cc
index 8d6d56fc383..f7231df85a0 100644
--- a/source/blender/editors/space_node/drawnode.cc
+++ b/source/blender/editors/space_node/drawnode.cc
@@ -451,7 +451,7 @@ static void node_draw_frame(const bContext *C,
const rctf *rct = &node->totr;
UI_draw_roundbox_corner_set(UI_CNR_ALL);
- UI_draw_roundbox_aa(rct, true, BASIS_RAD, color);
+ UI_draw_roundbox_4fv(rct, true, BASIS_RAD, color);
/* outline active and selected emphasis */
if (node->flag & SELECT) {