fix: Highlighting of found elements not being cleared correctly
This commit is contained in:
parent
49d3fe65a3
commit
882849e73c
2
lib/external/libwolv
vendored
2
lib/external/libwolv
vendored
@ -1 +1 @@
|
||||
Subproject commit 123e81544b006d81a9fd3b27b465b0302c4602ba
|
||||
Subproject commit 0ff5856e45ef2b331cbeb3c8efb56741be83577e
|
@ -450,6 +450,7 @@ namespace hex::plugin::builtin {
|
||||
AchievementManager::unlockAchievement("hex.builtin.achievement.find", "hex.builtin.achievement.find.find_specific_string.name");
|
||||
}
|
||||
|
||||
this->m_occurrenceTree->clear();
|
||||
|
||||
this->m_searchTask = TaskManager::createTask("hex.builtin.view.find.searching", searchRegion.getSize(), [this, settings = this->m_searchSettings, searchRegion](auto &task) {
|
||||
auto provider = ImHexApi::Provider::get();
|
||||
|
Loading…
x
Reference in New Issue
Block a user