BeginChild/Tables: Fixed BeginChild temporary activation id collision. Fixes regression in 1.89.6 leading to the first column of tables with either ScrollX or ScrollY flags from being impossible to resize. (#6503)

This commit is contained in:
ocornut
2023-06-09 14:01:21 +02:00
parent a134892a3d
commit 4fab72b40e
3 changed files with 7 additions and 2 deletions

View File

@ -34,6 +34,11 @@ HOW TO UPDATE?
VERSION 1.89.7 WIP (In Progress)
-----------------------------------------------------------------------
Other changes:
- Tables: Fixed a regression in 1.89.6 leading to the first column of tables with either
ScrollX or ScrollY flags from being impossible to resize. (#6503)
-----------------------------------------------------------------------
VERSION 1.89.6 (Released 2023-05-31)