Merge branch 'viewport' into docking

# Conflicts:
#	docs/TODO.txt
This commit is contained in:
omar
2019-01-15 15:14:16 +01:00
4 changed files with 22 additions and 17 deletions

View File

@ -2040,7 +2040,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();
}