From 919df3ac0e3749cfe5a75fe0019fd2754ce67f73 Mon Sep 17 00:00:00 2001 From: SaracenOne Date: Wed, 15 Feb 2023 15:13:50 +0000 Subject: Make animation length control respect read-only rules. --- editor/animation_track_editor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editor/animation_track_editor.cpp b/editor/animation_track_editor.cpp index 9f3893a5db..9eabc31621 100644 --- a/editor/animation_track_editor.cpp +++ b/editor/animation_track_editor.cpp @@ -1522,6 +1522,8 @@ void AnimationTimelineEdit::set_animation(const Ref &p_animation, boo animation = p_animation; read_only = p_read_only; + length->set_read_only(read_only); + if (animation.is_valid()) { len_hb->show(); if (read_only) { -- cgit v1.2.3