Skip to content

Commit

Permalink
Merge pull request #5 from DanielPa/master
Browse files Browse the repository at this point in the history
PartUtility: CreateOrUpdatePart for Function3D
  • Loading branch information
Suplanus authored Jan 11, 2021
2 parents 4d45b7b + b2f0287 commit df2a86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Suplanus.Sepla/Helper/PartUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static MDPart CreateOrUpdatePart(ArticleReference articleReference, bool
else
{
// Check if pro panel, because there is no update possible
bool isProPanel = articleReference.ParentObject is Component;
bool isProPanel = articleReference.ParentObject is Function3D;

string partNrTemp = partNr;
if (!isProPanel)
Expand Down

0 comments on commit df2a86c

Please sign in to comment.