mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
patterns: Fixed highlighting of static array entries
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user