fix: Editing value not being updated correctly when moving to next hex cell

Fixes #538
This commit is contained in:
WerWolv
2022-06-17 10:16:58 +02:00
parent 12e99a9d4c
commit 4dcd26a21f
2 changed files with 10 additions and 6 deletions

View File

@@ -127,6 +127,7 @@ namespace hex::plugin::builtin {
std::optional<u64> m_editingAddress;
bool m_shouldModifyValue = false;
bool m_enteredEditingMode = false;
bool m_shouldUpdateEditingValue = false;
std::vector<u8> m_editingBytes;
color_t m_selectionColor = 0x00;