mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
feat: Added bytes swapper tool
This commit is contained in:
@@ -41,8 +41,8 @@ namespace hex::plugin::builtin {
|
||||
|
||||
auto textState = ImGui::GetInputTextState(ImGui::GetID("##command_input"));
|
||||
if (textState != nullptr) {
|
||||
textState->Stb.cursor = this->m_commandBuffer.size();
|
||||
textState->Stb.select_start = this->m_commandBuffer.size();
|
||||
textState->Stb.cursor =
|
||||
textState->Stb.select_start =
|
||||
textState->Stb.select_end = this->m_commandBuffer.size();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user