Tabs: Fixed border (when enabled) so it is aligned correctly mid-pixel and appears as bright as other borders.

This commit is contained in:
omar
2019-02-07 12:06:48 +01:00
parent 29d38b59d0
commit 1b63ded8fa
2 changed files with 13 additions and 7 deletions

View File

@ -50,6 +50,7 @@ Other Changes:
- Tabs: Added ImGuiTabBarFlags_TabListPopupButton flag to show a popup button on manual tab bars. (#261, #351)
- Tabs: Removed ImGuiTabBarFlags_NoTabListPopupButton which was available in 1.67 but actually had zero use.
- Tabs: Fixed a minor clipping glitch when changing style's FramePadding from frame to frame.
- Tabs: Fixed border (when enabled) so it is aligned correctly mid-pixel and appears as bright as other borders.
- Menus: Tweaked horizontal overlap between parent and child menu (to help convey relative depth)
from using style.ItemSpacing.x to style.ItemInnerSpacing.x, the later being expected to be smaller. (#1086)
- RadioButton: Fixed label horizontal alignment to precisely match Checkbox().