Fix IsWindowAppearing() from returning true twice in most cases. (#3982, #1497, #1061)

This commit is contained in:
ocornut
2021-03-29 19:45:55 +02:00
parent 951c84969b
commit 84e6fe4fc7
2 changed files with 3 additions and 2 deletions

View File

@ -41,6 +41,7 @@ Other Changes:
- Scrolling: Fix scroll tracking with e.g. SetScrollHereX/Y() when WindowPadding < ItemSpacing.
- Scrolling: Fix scroll snapping on edge of scroll region when both scrollbars are enabled.
- Window: Fix IsWindowAppearing() from returning true twice in most cases. (#3982, #1497, #1061)
- Tables: Expose TableSetColumnEnabled() in public api. (#3935)
- TabBar: Fixed mouse reordering with very fast movements (e.g. crossing multiple tabs in a single
frame and then immediately standling still (would only affect automation/bots). [@rokups]