Nav: More consistently drawing a (thin) navigation rectangle hover filled frames such as tree nodes, collapsing header, menus. (#787)

This commit is contained in:
omar
2017-10-11 19:05:36 +02:00
parent 3833f1f7a2
commit 7a14d7dfdc
2 changed files with 7 additions and 3 deletions

View File

@ -255,7 +255,7 @@ enum ImGuiNavHighlightFlags_
{
ImGuiNavHighlightFlags_TypeDefault = 1 << 0,
ImGuiNavHighlightFlags_TypeThin = 1 << 1,
ImGuiNavHighlightFlags_AlwaysRender = 1 << 2
ImGuiNavHighlightFlags_AlwaysDraw = 1 << 2
};
enum ImGuiCorner