Merge pull request #217 from Pagghiu/bugfix

Example fix PopStyleVar on Vertical Slider to avoid assertion
features/sdl_renderer3_multiviewports
omar ago%!(EXTRA string=10 years)
commit cd2ec7868c
  1. 1
      imgui.cpp

@ -10345,6 +10345,7 @@ void ImGui::ShowTestWindow(bool* opened)
ImGui::PopID();
}
ImGui::PopID();
ImGui::PopStyleVar();
ImGui::Indent();
ImGui::TreePop();

Loading…
Cancel
Save