ColorPicker: Fixed shading of S/V triangle in Hue Wheel mode. (#6254, #5200)

Amend f6460970
This commit is contained in:
PanForPancakes
2023-03-19 00:56:25 +04:00
committed by ocornut
parent d885094be3
commit 9ac94ff001
2 changed files with 3 additions and 5 deletions

View File

@ -46,6 +46,7 @@ Other changes:
be desirable to take advantage of this trick. (#4714)
- Drag, Sliders: Fixed parsing of text input when '+' or '#' format flags are used
in the format string. (#6259) [@idbrii]
- ColorEdit: Fixed shading of S/V triangle in Hue Wheel mode. (#5200, #6254) [@jamesthomasgriffin]
- IO: Fixed support for calling io.AddXXXX functions fron inactive context (wrongly
advertised as supported in 1.89.4). (#6199, #6256, #5856) [@cfillion]
- Backends: OpenGL3: Fixed GL loader crash when GL_VERSION returns NULL. (#6154, #4445, #3530)