fix crash when making the export window too small
This commit is contained in:
parent
3f92cc8013
commit
f7d325d4d7
|
|
@ -263,8 +263,8 @@ void FurnaceGUI::drawExport() {
|
|||
}
|
||||
ImGui::EndTabBar();
|
||||
}
|
||||
ImGui::EndChild();
|
||||
}
|
||||
ImGui::EndChild();
|
||||
ImGui::Separator();
|
||||
if (ImGui::Button("Cancel")) ImGui::CloseCurrentPopup();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue