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:
parent
3cfec69020
commit
0fd3cb0c4a
@ -661,6 +661,8 @@ namespace hex::plugin::builtin::ui {
|
||||
ImGui::EndTable();
|
||||
}
|
||||
ImGui::PopStyleVar();
|
||||
|
||||
this->m_shouldScrollToSelection = false;
|
||||
}
|
||||
|
||||
void HexEditor::drawFooter(const ImVec2 &size) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user