fix: Don't jump to previous editing position when selecting new region in hex editor

Potenially fixes issues mentioned in #924
This commit is contained in:
WerWolv 2023-03-22 13:11:09 +01:00
parent 3cfec69020
commit 0fd3cb0c4a
1 changed files with 2 additions and 0 deletions

View File

@ -661,6 +661,8 @@ namespace hex::plugin::builtin::ui {
ImGui::EndTable();
}
ImGui::PopStyleVar();
this->m_shouldScrollToSelection = false;
}
void HexEditor::drawFooter(const ImVec2 &size) {