mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-05 04:28:47 +02:00
ColorEdit, ColorPicker: Fixed hue/saturation preservation logic from interfering with the displayed value (but not stored value) of others widgets instances. (#6155)
Amend30546bc0
,accb0261b
,38d22bc4
This commit is contained in:
@ -82,6 +82,8 @@ All changes:
|
||||
(Not adding Super+Delete to delete to up to end-of-line on OSX, as OSX doesn't have it)
|
||||
- InputText: On OSX, inhibit usage of Alt key to toggle menu when active (used for work skip).
|
||||
- Menus: Fixed layout of MenuItem()/BeginMenu() when label contains a '\n'. (#6116) [@imkcy9]
|
||||
- ColorEdit, ColorPicker: Fixed hue/saturation preservation logic from interfering with
|
||||
the displayed value (but not stored value) of others widgets instances. (#6155)
|
||||
- PlotHistogram, PlotLines: Passing negative sizes honor alignment like other widgets.
|
||||
- Combo: Allow SetNextWindowSize() to alter combo popup size. (#6130)
|
||||
- Fonts: Assert that in each GlyphRanges[] pairs first is <= second.
|
||||
|
Reference in New Issue
Block a user