Unofficial project part

This commit is contained in:
Trevor SANDY
2022-07-06 16:25:37 +02:00
parent 23a93b4afb
commit 90d4feffe9
5 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ void lcPartSelectionListModel::SetFilter(const QString& Filter)
PieceInfo* Info = mParts[PartIdx].first;
bool Visible;
if (!mShowDecoratedParts && Info->IsPatterned())
if (!mShowDecoratedParts && Info->IsPatterned() && !Info->IsProjectPiece())
Visible = false;
else if (!mShowPartAliases && Info->m_strDescription[0] == '=')
Visible = false;