Example fix PopStyleVar on Vertical Slider to avoid assertion

Adding an explicit ImGui::PopStyleVar to avoid assertion in
CheckStacksSize
features/sdl_renderer3_multiviewports
Stefano Cristiano ago%!(EXTRA string=10 years)
parent 4a41ce9414
commit 99a1a85f1f
  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