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:
Yuri Roubinsky 2019-08-03 19:10:12 +03:00 committed by GitHub
commit 20556e3fd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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