Skip to content

Commit

Permalink
Update Spec.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kuvbur committed Aug 25, 2024
1 parent e0e09c7 commit 305963a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/AddOn/Spec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,12 @@ GSErrCode PlaceElements (GS::Array<ElementDict>& elementstocreate, ParamDictValu
}
pos.y += 2 * dy;
API_Guid groupGuid = APINULLGuid;
#if defined(AC_27) || defined(AC_28)
err = ACAPI_Grouping_CreateGroup (group, &groupGuid);
#else
err = ACAPI_ElementGroup_Create (group, &groupGuid);
#endif

}
return NoError;
});
Expand Down

0 comments on commit 305963a

Please sign in to comment.