mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-03 22:51:06 +01:00 
			
		
		
		
	Tables: Support for multi-line columns name. Renaming of some fields from BackupXXX to HostXXX. Comments.
This commit is contained in:
		@@ -2142,7 +2142,7 @@ void ImGuiTextBuffer::appendfv(const char* fmt, va_list args)
 | 
			
		||||
static bool GetSkipItemForListClipping()
 | 
			
		||||
{
 | 
			
		||||
    ImGuiContext& g = *GImGui;
 | 
			
		||||
    return (g.CurrentTable ? g.CurrentTable->BackupSkipItems : g.CurrentWindow->SkipItems);
 | 
			
		||||
    return (g.CurrentTable ? g.CurrentTable->HostSkipItems : g.CurrentWindow->SkipItems);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Helper to calculate coarse clipping of large list of evenly sized items.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user