Merge branch 'blender-v4.1-release'

This commit is contained in:
Jacques Lucke
2024-03-11 19:49:34 +01:00

View File

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