diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-11-04 19:58:07 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2021-11-05 17:27:44 -0400 |
| commit | afe2b869b0bc8ea2b4969163899d495d46c85fef (patch) | |
| tree | bab982369580b56d71afb15dad98a0f1b4d03dad /ui/render.h | |
| parent | e7d9bb894f35b4f80d4f626d0f8348a800f3fe51 (diff) | |
Add tooltips to linear view, make generic tooltip functions
Diffstat (limited to 'ui/render.h')
| -rw-r--r-- | ui/render.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/render.h b/ui/render.h index e23173bf..a1b55092 100644 --- a/ui/render.h +++ b/ui/render.h @@ -77,7 +77,7 @@ public: QColor getColorForHexDumpByte(const HexEditorHighlightState& state, BNModificationStatus modification, uint8_t byte); QColor getHighlightColor(BNHighlightColor color); - HighlightTokenState getTokenForDisassemblyLinePosition(size_t col, const std::vector<BinaryNinja::InstructionTextToken>& tokens); + HighlightTokenState getTokenForDisassemblyLinePosition(int64_t col, const std::vector<BinaryNinja::InstructionTextToken>& tokens); HighlightTokenState getTokenForDisassemblyTokenIndex(size_t tokenIndex, const std::vector<BinaryNinja::InstructionTextToken>& tokens); HighlightTokenState getHighlightTokenForTextToken(const BinaryNinja::InstructionTextToken& token); |
