Shotcut 18.03.02 Color Grading filter bug

The reset button on the Shadows (Lift) color wheel does not work. When the mouse is used to pick the value.
image

When you adjust the percentage values with mouse roll or input the number, the picker on the color wheel goes off the wheel. But the reset button works.
image

The reset button for Midtones and Highlights works.

Oops! I’ll try to have a look at it this weekend.

Submitted fixes here:

Should be in the next release.

Is the filter available for download now?

Nope.

You could download the file for the default fix:
https://raw.githubusercontent.com/mltframework/shotcut/ecec6540b04f8f39bfb05455100ce1043e3dd426/src/qml/filters/color/ui.qml

But the cursor outside of the circle problem requires a change to the core Shotcut code.

I did that and tested it. The reset button works fine now.

The cursor still goes outside the circle only in the Shadows color wheel.

Thanks for testing. The cursor goes outside the circle on all wheels when the luma bar is at zero (black). You just see it on the shadows wheel because it defaults to zero luma. That, unfortunately required a fix in C code so you can’t just download a file to test it.

You’re welcome. No problem.