ui: Correct some uses of ImGui::EndChild()

This commit is contained in:
WerWolv
2021-08-28 14:22:02 +02:00
parent 8dcd5c6e34
commit e9c349fc55
7 changed files with 276 additions and 270 deletions

View File

@@ -244,8 +244,8 @@ namespace hex {
break;
}
ImGui::EndChild();
}
ImGui::EndChild();
ImGui::Disabled([this] {
if (ImGui::Button("hex.view.disassembler.disassemble"_lang))