mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-05 04:10:07 +00:00
ColorEdit3: fixed id collision leading to an assertion. (#5707)
This commit is contained in:
parent
c261dac02f
commit
04316bd223
2 changed files with 14 additions and 10 deletions
|
|
@ -110,6 +110,7 @@ Other Changes:
|
|||
- InputText: added support for shift+click style selection. (#5619) [@procedural]
|
||||
- InputText: clarified that callbacks cannot modify buffer when using the ReadOnly flag.
|
||||
- InputText: fixed minor one-frame selection glitch when reverting with Escape.
|
||||
- ColorEdit3: fixed id collision leading to an assertion. (#5707)
|
||||
- IsItemHovered: Added ImGuiHoveredFlags_DelayNormal and ImGuiHoveredFlags_DelayShort flags,
|
||||
allowing to introduce a shared delay for tooltip idioms. The delays are respectively
|
||||
io.HoverDelayNormal (default to 0.30f) and io.HoverDelayFast (default to 0.10f). (#1485)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue