commit | 15fe7ba31ff3b281c3b4336aa2bdf70ab2058e31 | [log] [tgz] |
---|---|---|
author | Rokas Kupstys <rokups@zoho.com> | Mon Apr 12 12:42:04 2021 +0300 |
committer | ocornut <omarcornut@gmail.com> | Tue Sep 21 15:10:07 2021 +0200 |
tree | e14256f0bb643e25a249e8fe52fa9e363d31e0ab | |
parent | 30546bc0e7bccbebda0e328780e48bc95af3ae2c [diff] |
ColorPicker: Fix not being able to pick exactly (1.0f, 1.0f, 1.0f) color by dragging toward the edges of the SV square. (#3517) Old code attempted to mitigate hue/saturation resetting for colors where these components are undefined. Since we now explicitly back up and restore these components this workaround is no longer necessary.