Merge pull request #217 from Pagghiu/bugfix

Example fix PopStyleVar on Vertical Slider to avoid assertion
docking
omar 10 years ago
commit cd2ec7868c

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

Loading…
Cancel
Save