mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Find results staying behind until new search has finished
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user