You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Oops I missed a line, continuation to 0d41f8f.
(cherry picked from commit 8f762aefcd)
This commit is contained in:
committed by
Hein-Pieter van Braam-Stewart
parent
5cc03473e0
commit
a7f0bfb7db
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user