Fix BeginDisabled(false), again, (#211, #4452, #4453) Version 1.84b

This commit is contained in:
ocornut
2021-08-20 23:50:55 +02:00
parent f969e68c10
commit b0361375ee
8 changed files with 24 additions and 12 deletions

View File

@ -31,6 +31,17 @@ HOW TO UPDATE?
- Please report any issue!
-----------------------------------------------------------------------
VERSION 1.84b (Released 2021-08-20)
-----------------------------------------------------------------------
Decorated log: https://github.com/ocornut/imgui/releases/tag/v1.84b
Other Changes:
- Fixed BeginDisabled(false) - BeginDisabled(true) was working. (#211, #4452, #4453)
-----------------------------------------------------------------------
VERSION 1.84 (Released 2021-08-20)
-----------------------------------------------------------------------