Return back spacer for non-expression nodes in visual shader
This commit is contained in:
parent
4d08f72b76
commit
8a0767d883
|
@ -604,6 +604,10 @@ void VisualShaderEditor::_update_graph() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!is_group) {
|
||||||
|
hb->add_spacer();
|
||||||
|
}
|
||||||
|
|
||||||
if (valid_right) {
|
if (valid_right) {
|
||||||
if (is_group) {
|
if (is_group) {
|
||||||
Button *remove_btn = memnew(Button);
|
Button *remove_btn = memnew(Button);
|
||||||
|
|
Loading…
Reference in New Issue