mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
fix: Diff table not being cleared when closing providers
This commit is contained in:
@@ -20,6 +20,7 @@ namespace hex::plugin::builtin {
|
||||
EventManager::subscribe<EventProviderClosed>(this, [this](prv::Provider *) {
|
||||
this->m_columns[0].provider = -1;
|
||||
this->m_columns[1].provider = -1;
|
||||
this->m_diffs.clear();
|
||||
});
|
||||
|
||||
auto compareFunction = [this](int otherIndex) {
|
||||
|
||||
Reference in New Issue
Block a user