We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00c847a + f3e6d23 commit 626c6a0Copy full SHA for 626c6a0
scene/gui/graph_frame.cpp
@@ -118,7 +118,7 @@ void GraphFrame::_notification(int p_what) {
118
sb_panel_flat->set_border_color(selected ? original_border_color : tint_color.lightened(0.3));
119
draw_style_box(sb_panel_flat, body_rect);
120
} else if (sb_panel_texture.is_valid()) {
121
- sb_panel_texture = sb_panel_flat->duplicate();
+ sb_panel_texture = sb_panel_texture->duplicate();
122
sb_panel_texture->set_modulate(tint_color);
123
draw_style_box(sb_panel_texture, body_rect);
124
}
0 commit comments