We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe89e2 commit 88f50b0Copy full SHA for 88f50b0
src/qml/filters/bigsh0t_eq_to_stereo/ui.qml
@@ -58,6 +58,7 @@ Item {
58
fovSlider.value = filter.getDouble("fov", position);
59
fovKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeCount("fov") > 0;
60
amountSlider.value = filter.getDouble("amount", position);
61
+ amountKeyframesButton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeCount("amount") > 0;
62
interpolationComboBox.currentIndex = filter.get("interpolation");
63
blockUpdate = false;
64
}
0 commit comments