1
0
mirror of synced 2025-01-31 03:53:44 +01:00

fix: Diff table not being cleared when closing providers

This commit is contained in:
WerWolv 2023-05-13 17:50:33 +02:00
parent 3c4e1b2f27
commit d00fae03a9

View File

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