ColorPicker: added option to fix Saturation/Value triangle in wheel picker. Amends. (#9337)

The heat makes this week really not good with human mistakes I guess.
This commit is contained in:
ocornut
2026-07-07 16:21:36 +02:00
parent f626c1c793
commit cfdc953ba9

View File

@@ -115,7 +115,7 @@ Other Changes:
Note that io.MouseSingleClickDelay is always > io.MouseDoubleClickTime.
- ColorEdit:
- Added `io.ConfigColorEditFlags` to read/modify current color edit/picker settings.
- ColorPicker: added `io.ConfigColorPickerRotateTriangle` to disable rotation of the
- ColorPicker: added `ImGuiColorEditFlags_PickerNoRotate` to disable rotation of the
S/V triangle when in `ImGuiColorEditFlags_PickerHueWheel` mode. (#9337) [@SeanTheBuilder1]
Likely best passed to `style.ColorEditFlags` to setup globally and once.
- ColorButton: small rendering tweak/optimization for the alpha checkerboard.