Example fix PopStyleVar on Vertical Slider to avoid assertion
@@ -10345,6 +10345,7 @@ void ImGui::ShowTestWindow(bool* opened)
ImGui::PopID();
}
+ ImGui::PopStyleVar();
ImGui::Indent();
ImGui::TreePop();