TabBar: fixed single-tab not shrinking their width down.

+ minor typo fixes (#2738)
This commit is contained in:
omar
2019-08-21 23:05:46 +02:00
parent a33cedda14
commit a856c670c1
4 changed files with 9 additions and 4 deletions

View File

@ -38,6 +38,7 @@ Other Changes:
Note that some elements won't accurately fade down with the same intensity, and the color wheel
when enabled will have small overlap glitches with (style.Alpha < 1.0).
- TabBar: fixed ScrollToBar request creating bouncing loop when tab is larger than available space.
- TabBar: fixed single-tab not shrinking their width down.
- Backends: DX11: Fixed GSGetShader() call not passing an initialized instance count,
would generally make the debug layer complain (Added in 1.72).
- Backends: Vulkan: Added support for specifying multisample count.