mirror of
https://github.com/godotengine/godot.git
synced 2025-01-05 17:50:55 +00:00
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 (is_group) {
|
||||
Button *remove_btn = memnew(Button);
|
||||
|
Loading…
Reference in New Issue
Block a user