Преглед изворни кода

Example fix PopStyleVar on Vertical Slider to avoid assertion

Adding an explicit ImGui::PopStyleVar to avoid assertion in
CheckStacksSize
Stefano Cristiano пре 10 година
родитељ
комит
99a1a85f1f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      imgui.cpp

+ 1 - 0
imgui.cpp

@@ -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();