Columns: Make sure the ClipRect is valid. (#3475)

This commit is contained in:
Bartosz Szreder
2020-09-16 15:17:45 +02:00
committed by ocornut
parent a1597cff08
commit d2939ce0a1
2 changed files with 3 additions and 1 deletions

View File

@ -64,6 +64,8 @@ Other Changes:
- Tab Bar: Keep tab item close button visible while dragging a tab (independent of hovering state).
- Tab Bar: Fixed a small bug where toggling a tab bar from Reorderable to not Reorderable would leave
tabs reordered in the tab list popup. [@Xipiryon]
- Columns: Fix inverted ClipRect being passed to renderer when using certain primitives inside of
a fully clipped column. (#3475) [@szreder]
- Metrics: Various tweaks, listing windows front-to-back, greying inactive items when possible.
- Demo: Add simple InputText() callbacks demo (aside from the more elaborate ones in 'Examples->Console').
- Backends: Vulkan: Some internal refactor aimed at allowing multi-viewport feature to create their