mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
impr: Optimize hovering over patterns in the hex editor
This commit is contained in:
@@ -333,6 +333,7 @@ namespace hex::ui {
|
||||
ScrollPosition m_scrollPosition;
|
||||
|
||||
Region m_frameStartSelectionRegion = Region::Invalid();
|
||||
Region m_hoveredRegion = Region::Invalid();
|
||||
|
||||
u16 m_bytesPerRow = 16;
|
||||
std::endian m_dataVisualizerEndianness = std::endian::little;
|
||||
|
||||
Reference in New Issue
Block a user