diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2014-12-08 16:44:36 -0200 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2014-12-08 16:44:36 -0200 |
| commit | ac83dc8f3c74786c272b60036d1cd295eb7a832b (patch) | |
| tree | f1237b578797158f6e171f8eb269618547419a25 /tools/editor/editor_settings.cpp | |
| parent | 10b371516bfd88f354acde9a2b37cf854eb92780 (diff) | |
| parent | dc694f49b8e9a98052be38fa2a5a33cba42e668e (diff) | |
Merge pull request #941 from adolson/confirm-insert-track
remove old unused pref, added new confirm insert track
Diffstat (limited to 'tools/editor/editor_settings.cpp')
| -rw-r--r-- | tools/editor/editor_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_settings.cpp b/tools/editor/editor_settings.cpp index 8852293fe4..8b4d899437 100644 --- a/tools/editor/editor_settings.cpp +++ b/tools/editor/editor_settings.cpp @@ -440,6 +440,7 @@ void EditorSettings::_load_defaults() { set("animation/autorename_animation_tracks",true); + set("animation/confirm_insert_track",true); set("property_editor/texture_preview_width",48); set("help/doc_path",""); |