Merge branch 'blender-v4.1-release'
This commit is contained in:
@@ -2144,7 +2144,7 @@ static void node_draw_panels_background(const bNode &node, uiBlock &block)
|
||||
const nodes::NodeDeclaration &decl = *node.declaration();
|
||||
const rctf &rct = node.runtime->totr;
|
||||
float color_panel[4];
|
||||
UI_GetThemeColorBlend4f(TH_BACK, TH_NODE, 0.2f, color_panel);
|
||||
UI_GetThemeColorShade4fv(TH_NODE, -15, color_panel);
|
||||
|
||||
/* True if the last panel is open, draw bottom gap as background. */
|
||||
bool is_last_panel_visible = false;
|
||||
|
||||
Reference in New Issue
Block a user