feat: Added pattern export option to pattern data view

This commit is contained in:
WerWolv
2023-06-05 11:57:26 +02:00
parent 59aa52e744
commit 9712329924
7 changed files with 47 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ namespace hex::plugin::builtin {
this->m_shouldReset = false;
}
this->m_patternDrawer.draw(runtime.getPatterns());
this->m_patternDrawer.draw(runtime.getPatterns(), &runtime);
}
}
}