1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Return back spacer for non-expression nodes in visual shader

This commit is contained in:
Yuri Roubinski
2019-08-03 18:54:04 +03:00
parent 4d08f72b76
commit 8a0767d883

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