commit | 075f4ac66127cc20a72e65720645922b5817ccf1 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed Jan 26 15:53:18 2022 +0100 |
committer | ocornut <omarcornut@gmail.com> | Wed Jan 26 15:53:18 2022 +0100 |
tree | add8a608af4050920d8e200b0cd82be621de09c5 | |
parent | 8555335935d059b2d260b2a449bdf2716d0c2b0f [diff] |
Don't merge ImDrawCmd which have had their IdxOffset changed to not be sequential. Fixed CTRL+Tab into an empty window causing artefacts on the highlight rectangle due to bad reordering on ImDrawCmd. This is bit of a weird edge case adding weight to ImDrawCmd merging, if we could rework the mess in RenderDimmedBackgroundBehindWindow() we may be able to undo some of that.