1
0
mirror of synced 2025-01-19 01:24:15 +01:00

patterns: Fixed highlighting of static array entries

This commit is contained in:
WerWolv 2022-03-19 00:47:36 +01:00
parent 17a2be41da
commit bc7c494316

View File

@ -137,7 +137,7 @@ namespace hex::pl {
[[nodiscard]] const Pattern *getPattern(u64 offset) const override {
if (this->isHidden()) return nullptr;
this->m_highlightTemplate->setColor(this->getColor());
this->m_highlightTemplate->setBaseColor(this->getColor());
this->m_highlightTemplate->setVariableName(this->getVariableName());
this->m_highlightTemplate->setDisplayName(this->getDisplayName());