mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 08:20:02 -05:00
ui: Correct some uses of ImGui::EndChild()
This commit is contained in:
@@ -244,8 +244,8 @@ namespace hex {
|
||||
break;
|
||||
}
|
||||
|
||||
ImGui::EndChild();
|
||||
}
|
||||
ImGui::EndChild();
|
||||
|
||||
ImGui::Disabled([this] {
|
||||
if (ImGui::Button("hex.view.disassembler.disassemble"_lang))
|
||||
|
||||
Reference in New Issue
Block a user