Example fix PopStyleVar on Vertical Slider to avoid assertion

Adding an explicit ImGui::PopStyleVar to avoid assertion in
CheckStacksSize
docking
Stefano Cristiano 10 years ago
parent 4a41ce9414
commit 99a1a85f1f

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

Loading…
Cancel
Save