mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 05:01:05 +01:00 
			
		
		
		
	Comments
This commit is contained in:
		| @@ -202,8 +202,8 @@ enum ImGuiColumnsFlags_ | ||||
| enum ImGuiSelectableFlagsPrivate_ | ||||
| { | ||||
|     // NB: need to be in sync with last value of ImGuiSelectableFlags_ | ||||
|     ImGuiSelectableFlags_Menu               = 1 << 3, | ||||
|     ImGuiSelectableFlags_MenuItem           = 1 << 4, | ||||
|     ImGuiSelectableFlags_Menu               = 1 << 3,   // -> PressedOnClick | ||||
|     ImGuiSelectableFlags_MenuItem           = 1 << 4,   // -> PressedOnRelease | ||||
|     ImGuiSelectableFlags_Disabled           = 1 << 5, | ||||
|     ImGuiSelectableFlags_DrawFillAvailWidth = 1 << 6 | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user