mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
fix: Ranges found by find view not being highlighted
This commit is contained in:
@@ -95,7 +95,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
} m_searchSettings, m_decodeSettings;
|
||||
|
||||
using OccurrenceTree = wolv::container::IntervalTree<Occurrence, u64, 0>;
|
||||
using OccurrenceTree = wolv::container::IntervalTree<Occurrence, u64>;
|
||||
|
||||
PerProvider<std::vector<Occurrence>> m_foundOccurrences, m_sortedOccurrences;
|
||||
PerProvider<OccurrenceTree> m_occurrenceTree;
|
||||
|
||||
Reference in New Issue
Block a user