Fixed default proportional item width lagging by one frame on resize + miscellaneous minor tweaks.

This commit is contained in:
omar
2018-04-16 19:37:00 +02:00
parent 83d97d4a9b
commit 7241dc61d4
2 changed files with 9 additions and 14 deletions

View File

@ -48,6 +48,7 @@ Other Changes:
(IN PROGRESS, WILL ADD TO THIS LIST AS WE WORK ON 1.61)
- Settings: Fixed saving an empty .ini file if CreateContext/DestroyContext are called without a single call to NewFrame(). (#1741)
- Window: Fixed default proportional item width lagging by one frame on resize.
-----------------------------------------------------------------------