diff --git a/src/Application/Application_drawAbout.cpp b/src/Application/Application_drawAbout.cpp index c8ef16c..477be5d 100644 --- a/src/Application/Application_drawAbout.cpp +++ b/src/Application/Application_drawAbout.cpp @@ -101,8 +101,6 @@ Application::drawAbout() { if(ImGui::CollapsingHeader("Third-party components")) { ImGui::TextWrapped("This application uses the following third-party components:"); - ImGui::PushStyleVar(ImGuiStyleVar_IndentSpacing, 0.0f); - if(ImGui::TreeNodeEx("Corrade", ImGuiTreeNodeFlags_SpanAvailWidth)) { ImGui::Text("Version used: %s", CORRADE_VERSION_STRING); auto corrade_website = "https://magnum.graphics/corrade"; @@ -264,8 +262,6 @@ Application::drawAbout() { ImGui::TreePop(); } - - ImGui::PopStyleVar(); } ImGui::EndPopup();