mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 21:21:06 +01:00 
			
		
		
		
	Tables: TableHeader() uses provided row min header rather than incremental one to allow multi-item multi-line in header cells. Demo TableHeader() - will caveat, comments.
This commit is contained in:
		| @@ -1898,6 +1898,7 @@ struct ImGuiTable | ||||
|     ImS16                       InstanceInteracted;         // Mark which instance (generally 0) of the same ID is being interacted with | ||||
|     float                       RowPosY1; | ||||
|     float                       RowPosY2; | ||||
|     float                       RowMinHeight;               // Height submitted to TableNextRow() | ||||
|     float                       RowTextBaseline; | ||||
|     ImGuiTableRowFlags          RowFlags : 16;              // Current row flags, see ImGuiTableRowFlags_ | ||||
|     ImGuiTableRowFlags          LastRowFlags : 16; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user