patterns: Added hidden attribute

This commit is contained in:
WerWolv
2021-06-17 23:42:43 +02:00
parent 21f8fb4090
commit b4b2c41b34
4 changed files with 24 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ namespace hex {
if (this->m_sortedPatternData.size() > 0) {
for (auto &patternData : this->m_sortedPatternData)
patternData->createEntry(provider);
patternData->draw(provider);
}