Skip to content

Commit

Permalink
fix: Command palette losing focus when pressing Alt
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed May 4, 2024
1 parent 40c4dbc commit 32a659a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ namespace hex::plugin::builtin {
if (ImGui::InputText("##command_input", m_commandBuffer)) {
m_lastResults = this->getCommandResults(m_commandBuffer);
}
ImGui::SetItemKeyOwner(ImGuiKey_LeftAlt, ImGuiInputFlags_CondActive);

ImGui::PopStyleVar(2);
ImGui::PopStyleColor(3);
Expand Down

0 comments on commit 32a659a

Please sign in to comment.