Return back spacer for non-expression nodes in visual shader (#31058)
Return back spacer for non-expression nodes in visual shader
This commit is contained in:
commit
20556e3fd8
1 changed files with 4 additions and 0 deletions
|
@ -604,6 +604,10 @@ void VisualShaderEditor::_update_graph() {
|
|||
}
|
||||
}
|
||||
|
||||
if (!is_group) {
|
||||
hb->add_spacer();
|
||||
}
|
||||
|
||||
if (valid_right) {
|
||||
if (is_group) {
|
||||
Button *remove_btn = memnew(Button);
|
||||
|
|
Loading…
Reference in a new issue