2
0
Эх сурвалжийг харах

Merge pull request #73369 from SaracenOne/animation_length_read_only

Make animation length control respect read-only rules.
Rémi Verschelde 2 жил өмнө
parent
commit
02ca6689c4

+ 2 - 0
editor/animation_track_editor.cpp

@@ -1522,6 +1522,8 @@ void AnimationTimelineEdit::set_animation(const Ref<Animation> &p_animation, boo
 	animation = p_animation;
 	animation = p_animation;
 	read_only = p_read_only;
 	read_only = p_read_only;
 
 
+	length->set_read_only(read_only);
+
 	if (animation.is_valid()) {
 	if (animation.is_valid()) {
 		len_hb->show();
 		len_hb->show();
 		if (read_only) {
 		if (read_only) {