Columns: Lower overhead on column switches and switching to background channel. (second attempt for 9b3ce49)

Internals: Bits, comments, added ImRect::ToVec4()
This commit is contained in:
omar
2020-06-13 15:48:05 +02:00
parent d3b37180a3
commit 90c0c0c163
4 changed files with 46 additions and 17 deletions

View File

@ -56,6 +56,8 @@ Other Changes:
BeginMenu()/EndMenu() or BeginPopup/EndPopup(). (#3223, #1207) [@rokups]
- Drag and Drop: Fixed unintended fallback "..." tooltip display during drag operation when
drag source uses _SourceNoPreviewTooltip flags. (#3160) [@rokups]
- Columns: Lower overhead on column switches and switching to background channel.
Benefits Columns but was primarily made with Tables in mind!
- ImDrawList: Fixed an issue where draw command merging or primitive unreserve while crossing the
VtxOffset boundary would lead to draw commands with wrong VtxOffset. (#3129, #3163, #3232, #2591)
[@thedmd, @Shironekoben, @sergeyn, @ocornut]