fix: Modified bytes visually reverting back after saving

This commit is contained in:
WerWolv
2023-03-31 19:18:31 +02:00
parent 3b229cd5cb
commit d6cda43618

View File

@@ -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() {