mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
Merge branch 'blender-v4.1-release'
This commit is contained in:
commit
d6829fa7cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue