mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
impr: Make highlight hovering more efficient
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user