build: Upgraded ImGui to v1.90

This commit is contained in:
WerWolv
2023-11-15 20:22:56 +01:00
parent 657744cc28
commit e32def409a
28 changed files with 4942 additions and 2506 deletions

View File

@@ -57,7 +57,7 @@ namespace hex::plugin::builtin {
// Handle giving back focus to the input text box
if (this->m_focusInputTextBox) {
ImGui::SetKeyboardFocusHere(-1);
ImGui::ActivateItem(ImGui::GetID("##command_input"));
ImGui::ActivateItemByID(ImGui::GetID("##command_input"));
auto textState = ImGui::GetInputTextState(ImGui::GetID("##command_input"));
if (textState != nullptr) {