Merge branch 'master' into viewport

This commit is contained in:
omar
2019-01-15 15:13:29 +01:00
4 changed files with 22 additions and 18 deletions

View File

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