summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2019-04-15 00:05:27 -0300
committerJuan Linietsky <reduzio@gmail.com>2019-04-15 00:05:27 -0300
commit8f762aefcd5b5830b5e120fbb6b16341a8e126a3 (patch)
treea52753e94412ed805dbdbacaefba3fd3280a68e7
parent0d41f8fb00e72e5c6b3e1186530e5c92761074e6 (diff)
Oops I missed a line, continuation to 0d41f8f.
-rw-r--r--editor/animation_track_editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/animation_track_editor.cpp b/editor/animation_track_editor.cpp
index 329787df0a..56edbb113d 100644
--- a/editor/animation_track_editor.cpp
+++ b/editor/animation_track_editor.cpp
@@ -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));