[Scene] Add SceneStringNames::text/value_changed
This commit is contained in:
parent
ca18a06ecb
commit
fbb879debd
90 changed files with 238 additions and 232 deletions
|
|
@ -157,7 +157,7 @@ Texture3DEditor::Texture3DEditor() {
|
|||
add_child(layer);
|
||||
layer->set_anchor(SIDE_RIGHT, 1);
|
||||
layer->set_anchor(SIDE_LEFT, 1);
|
||||
layer->connect("value_changed", callable_mp(this, &Texture3DEditor::_layer_changed));
|
||||
layer->connect(SceneStringName(value_changed), callable_mp(this, &Texture3DEditor::_layer_changed));
|
||||
|
||||
info = memnew(Label);
|
||||
info->set_h_grow_direction(GROW_DIRECTION_BEGIN);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue