mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
ui: Fixed invalid call to ImGui::EndChild causing crashes sometimes
This commit is contained in:
@@ -117,8 +117,8 @@ namespace hex::plugin::windows {
|
||||
}
|
||||
ImGui::PopStyleVar();
|
||||
|
||||
ImGui::EndChild();
|
||||
}
|
||||
ImGui::EndChild();
|
||||
|
||||
ImGui::PushItemWidth(-1);
|
||||
if (ImGui::InputText("##transmit", this->m_transmitDataBuffer.data(), this->m_transmitDataBuffer.size() - 2, ImGuiInputTextFlags_EnterReturnsTrue)) {
|
||||
|
||||
Reference in New Issue
Block a user