mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Modified bytes visually reverting back after saving
This commit is contained in:
@@ -77,6 +77,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
writeFile.seek(offset);
|
||||
writeFile.writeBuffer(reinterpret_cast<const u8*>(buffer), size);
|
||||
this->m_files.clear();
|
||||
}
|
||||
|
||||
void FileProvider::save() {
|
||||
|
||||
Reference in New Issue
Block a user