ui: Replaced all hex input textboxes with the new ones

This commit is contained in:
WerWolv
2022-02-08 21:51:09 +01:00
parent 1b95722757
commit bd30411ba7
5 changed files with 40 additions and 25 deletions

View File

@@ -50,7 +50,8 @@ namespace hex::plugin::builtin {
std::vector<std::pair<u64, u64>> m_lastStringSearch;
std::vector<std::pair<u64, u64>> m_lastHexSearch;
i64 m_gotoAddress = 0;
u64 m_gotoAddressAbsolute = 0;
i64 m_gotoAddressRelative = 0;
char m_baseAddressBuffer[0x20] = { 0 };
u64 m_resizeSize = 0;