Nav: NavHighlight gets its own color (default to Header color), made rectangle thicker (#323)
This commit is contained in:
@@ -666,7 +666,8 @@ 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_NavHighlight, // gamepad/keyboard: current highlighted item
|
||||
ImGuiCol_NavWindowingHighlight, // gamepad/keyboard: when holding NavMenu to focus/move/resize windows
|
||||
ImGuiCol_COUNT
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user