impr: Make highlight hovering more efficient

This commit is contained in:
WerWolv
2024-07-08 21:34:27 +02:00
parent de36cc8445
commit 27b1a5dc98
8 changed files with 48 additions and 27 deletions

View File

@@ -91,6 +91,7 @@ namespace hex::plugin::builtin {
PerProvider<std::optional<u64>> m_selectionStart, m_selectionEnd;
PerProvider<std::map<u64, color_t>> m_foregroundHighlights, m_backgroundHighlights;
PerProvider<std::set<Region>> m_hoverHighlights;
};
}