mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	ImDrawList: Fixed issues with channels split/merge. Functional without manually adding a draw cmd. + Removed unnecessary parameter to Channe
This commit is contained in:
		@@ -8566,7 +8566,7 @@ void ImGui::Columns(int columns_count, const char* id, bool border)
 | 
			
		||||
            ItemSize(ImVec2(0,0));   // Advance to column 0
 | 
			
		||||
        ImGui::PopItemWidth();
 | 
			
		||||
        PopClipRect();
 | 
			
		||||
        window->DrawList->ChannelsMerge(window->DC.ColumnsCount);
 | 
			
		||||
        window->DrawList->ChannelsMerge();
 | 
			
		||||
 | 
			
		||||
        window->DC.ColumnsCellMaxY = ImMax(window->DC.ColumnsCellMaxY, window->DC.CursorPos.y);
 | 
			
		||||
        window->DC.CursorPos.y = window->DC.ColumnsCellMaxY;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user