mirror of https://github.com/WerWolv/ImHex
fix: Find results staying behind until new search has finished
This commit is contained in:
parent
7585e191d0
commit
ab54acb176
|
|
@ -1081,6 +1081,12 @@ namespace hex::plugin::builtin {
|
|||
this->runSearch();
|
||||
|
||||
m_decodeSettings = m_searchSettings;
|
||||
m_foundOccurrences->clear();
|
||||
m_sortedOccurrences->clear();
|
||||
m_occurrenceTree->clear();
|
||||
m_lastSelectedOccurrence = nullptr;
|
||||
|
||||
EventHighlightingChanged::post();
|
||||
}
|
||||
ImGui::SetItemTooltip("%s", "hex.builtin.view.find.search"_lang.get());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue