mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
fix: Crashing when scrolling through the hex editor too quickly
This commit is contained in:
@@ -124,8 +124,6 @@ namespace hex::plugin::builtin {
|
||||
}
|
||||
|
||||
_this->m_highlights.push_back(std::move(newBlock));
|
||||
|
||||
return _this->m_memoryEditor.HighlightFn(data, off, next);
|
||||
}
|
||||
|
||||
if (next && prevColor != currColor) {
|
||||
|
||||
Reference in New Issue
Block a user