fix: Diff table not being cleared when closing providers
This commit is contained in:
parent
3c4e1b2f27
commit
d00fae03a9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user