mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Amend f2df804fcc
This commit is contained in:
parent
a726bded11
commit
cf64b7fa72
4 changed files with 43 additions and 14 deletions
|
|
@ -67,6 +67,8 @@ Other Changes:
|
|||
between hard minimum window size and table minimum size).
|
||||
- Fixed an issue where submitting non-integer row heights would eventually
|
||||
advance table parent layout by +0/+1 depending on its visibility.
|
||||
- Fixed losing stored display order when reducing column count or when .ini
|
||||
data has missing or duplicate values. (#9108, #4046)
|
||||
- ColorEdit:
|
||||
- Added R/G/B/A color markers next to each component (enabled by default).
|
||||
- Added ImGuiColorEditFlags_NoColorMarkers to disable them.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue