mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
feat: Highlight patterns in hex editor when hovering over pattern data row
Fixes #1742
This commit is contained in:
@@ -18,6 +18,7 @@ namespace hex::plugin::builtin {
|
||||
ui::PatternDrawer::TreeStyle m_treeStyle = ui::PatternDrawer::TreeStyle::Default;
|
||||
|
||||
PerProvider<std::unique_ptr<ui::PatternDrawer>> m_patternDrawer;
|
||||
Region m_hoveredPatternRegion = Region::Invalid();
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user