Skip to content

Commit

Permalink
Fix In the 360 filter, the keyframe button itself is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatherly committed Mar 5, 2025
1 parent 9fe89e2 commit 88f50b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qml/filters/bigsh0t_eq_to_stereo/ui.qml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Item {
fovSlider.value = filter.getDouble("fov", position);
fovKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeCount("fov") > 0;
amountSlider.value = filter.getDouble("amount", position);
amountKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeCount("amount") > 0;
interpolationComboBox.currentIndex = filter.get("interpolation");
blockUpdate = false;
}
Expand Down

0 comments on commit 88f50b0

Please # to comment.