diff --git a/index.html b/index.html index adfb88b..ae5a99f 100644 --- a/index.html +++ b/index.html @@ -276,7 +276,7 @@
| Pivot | -+ | 0 | @@ -286,7 +286,7 @@|||||||||||||
| Adjust | -+ | 0 | @@ -299,7 +299,7 @@
| Hue | -+ | 0 | @@ -309,14 +309,14 @@|
| Saturation | -+ | 0 | |
| Luma Contribution | -+ | 0 | diff --git a/web-ui.js b/web-ui.js index e77e6f7..fd11fe8 100644 --- a/web-ui.js +++ b/web-ui.js @@ -600,6 +600,8 @@ function resetCC(which) { cameras[ci].PUTdata("/colorCorrection/color", {"hue": 0.0, "saturation": 1.0}); cameras[ci].PUTdata("/colorCorrection/lumaContribution", {"lumaContribution": 1.0}); } + + unsavedChanges = unsavedChanges.filter((e) => {return !e.includes("CC"+which)}); } // Triggered by the Loop and Single Clip buttons