mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Oops I missed a line, continuation to 0d41f8f
.
This commit is contained in:
parent
0d41f8fb00
commit
8f762aefcd
@ -5040,6 +5040,7 @@ AnimationTrackEditor::AnimationTrackEditor() {
|
||||
snap_mode->add_item(TTR("FPS"));
|
||||
bottom_hb->add_child(snap_mode);
|
||||
snap_mode->connect("item_selected", this, "_snap_mode_changed");
|
||||
snap_mode->set_disabled(true);
|
||||
|
||||
bottom_hb->add_child(memnew(VSeparator));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user