Nav: Added ImGuiCol_NavWindowingHighlight into style (#323)

This commit is contained in:
ocornut
2016-08-07 15:26:04 +02:00
parent 6aa8019763
commit a68132948b
2 changed files with 6 additions and 6 deletions

View File

@ -665,6 +665,7 @@ enum ImGuiCol_
ImGuiCol_PlotHistogramHovered,
ImGuiCol_TextSelectedBg,
ImGuiCol_ModalWindowDarkening, // darken entire screen when a modal window is active
ImGuiCol_NavWindowingHighlight, // when holding NavMenu to focus/move/resize windows
ImGuiCol_COUNT
};