ui: Fix highlighting of separator column in hex editor

Fixes #776
This commit is contained in:
WerWolv
2022-10-10 17:26:05 +02:00
parent 6975d7e2cd
commit daca49658e
2 changed files with 29 additions and 24 deletions

View File

@@ -114,6 +114,7 @@ namespace hex::plugin::builtin {
void drawFooter(const ImVec2 &size);
void handleSelection(u64 address, u32 bytesPerCell, const u8 *data, bool cellHovered);
std::optional<color_t> applySelectionColor(u64 byteAddress, std::optional<color_t> color);
private:
u16 m_bytesPerRow = 16;