ImDrawList::ChannelsSplit(), ImDrawListSlitter: Fixed an issue with merging draw commands between channels 0 and 1. (#2624) Introduced by cef88f6aae.

This commit is contained in:
omar
2019-06-14 12:06:15 +02:00
parent af3080b81b
commit 2645a2516f
2 changed files with 4 additions and 1 deletions

View File

@ -41,6 +41,9 @@ Breaking Changes:
If you were still using the old names, read "API Breaking Changes" section of imgui.cpp to find out
the new names and equivalent.
Other Changes:
- ImDrawList::ChannelsSplit(), ImDrawListSlitter: Fixed an issue with merging draw commands between channel 0 and 1. (#2624)
-----------------------------------------------------------------------
VERSION 1.71 (Released 2019-06-12)