mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
fix: Editing value not being updated correctly when moving to next hex cell
Fixes #538
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user