1
0
mirror of synced 2025-02-17 18:59:21 +01: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:
WerWolv 2023-03-22 13:11:09 +01:00
parent 3cfec69020
commit 0fd3cb0c4a

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) {