mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 05:01:05 +01:00 
			
		
		
		
	Nav: More consistently drawing a (thin) navigation rectangle hover filled frames such as tree nodes, collapsing header, menus. (#787)
This commit is contained in:
		| @@ -255,7 +255,7 @@ enum ImGuiNavHighlightFlags_ | ||||
| { | ||||
|     ImGuiNavHighlightFlags_TypeDefault  = 1 << 0, | ||||
|     ImGuiNavHighlightFlags_TypeThin     = 1 << 1, | ||||
|     ImGuiNavHighlightFlags_AlwaysRender = 1 << 2 | ||||
|     ImGuiNavHighlightFlags_AlwaysDraw   = 1 << 2 | ||||
| }; | ||||
|  | ||||
| enum ImGuiCorner | ||||
|   | ||||
		Reference in New Issue
	
	Block a user