From a7f0bfb7db8834810e98c24398ce0d3dc0e7bd8f Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 15 Apr 2019 00:05:27 -0300 Subject: [PATCH] Oops I missed a line, continuation to 0d41f8f. (cherry picked from commit 8f762aefcd5b5830b5e120fbb6b16341a8e126a3) --- editor/animation_track_editor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/animation_track_editor.cpp b/editor/animation_track_editor.cpp index 329787df0a5..56edbb113dc 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));