fix crash when making the export window too small

This commit is contained in:
tildearrow 2023-12-22 18:39:00 -05:00
parent 3f92cc8013
commit f7d325d4d7

View file

@ -263,8 +263,8 @@ void FurnaceGUI::drawExport() {
} }
ImGui::EndTabBar(); ImGui::EndTabBar();
} }
ImGui::EndChild();
} }
ImGui::EndChild();
ImGui::Separator(); ImGui::Separator();
if (ImGui::Button("Cancel")) ImGui::CloseCurrentPopup(); if (ImGui::Button("Cancel")) ImGui::CloseCurrentPopup();
} }