mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-03 22:51:06 +01:00 
			
		
		
		
	Tables: Fixed positioning of Sort icon on right-most column with some settings (not resizable + no borders). (#4918).
This commit is contained in:
		@@ -2331,7 +2331,7 @@ struct IMGUI_API ImGuiTable
 | 
			
		||||
    ImRect                      InnerRect;                  // InnerRect but without decoration. As with OuterRect, for non-scrolling tables, InnerRect.Max.y is
 | 
			
		||||
    ImRect                      WorkRect;
 | 
			
		||||
    ImRect                      InnerClipRect;
 | 
			
		||||
    ImRect                      BgClipRect;                 // We use this to cpu-clip cell background color fill
 | 
			
		||||
    ImRect                      BgClipRect;                 // We use this to cpu-clip cell background color fill, evolve during the frame as we cross frozen rows boundaries
 | 
			
		||||
    ImRect                      Bg0ClipRectForDrawCmd;      // Actual ImDrawCmd clip rect for BG0/1 channel. This tends to be == OuterWindow->ClipRect at BeginTable() because output in BG0/BG1 is cpu-clipped
 | 
			
		||||
    ImRect                      Bg2ClipRectForDrawCmd;      // Actual ImDrawCmd clip rect for BG2 channel. This tends to be a correct, tight-fit, because output to BG2 are done by widgets relying on regular ClipRect.
 | 
			
		||||
    ImRect                      HostClipRect;               // This is used to check if we can eventually merge our columns draw calls into the current draw call of the current window.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user