mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
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:
@@ -661,6 +661,8 @@ namespace hex::plugin::builtin::ui {
|
||||
ImGui::EndTable();
|
||||
}
|
||||
ImGui::PopStyleVar();
|
||||
|
||||
this->m_shouldScrollToSelection = false;
|
||||
}
|
||||
|
||||
void HexEditor::drawFooter(const ImVec2 &size) {
|
||||
|
||||
Reference in New Issue
Block a user