mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	Merge branch 'master' into viewport
This commit is contained in:
		@@ -2004,7 +2004,7 @@ static void ShowDemoWindowLayout()
 | 
			
		||||
        {
 | 
			
		||||
            ImGui::BeginChild("scrolling"); // Demonstrate a trick: you can use Begin to set yourself in the context of another window (here we are already out of your child window)
 | 
			
		||||
            ImGui::SetScrollX(ImGui::GetScrollX() + scroll_x_delta);
 | 
			
		||||
            ImGui::End();
 | 
			
		||||
            ImGui::EndChild();
 | 
			
		||||
        }
 | 
			
		||||
        ImGui::TreePop();
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user