Updated FCObjects

Updated FCObjects so that Group() creates a bounding box before attempting to add objects.
This commit is contained in:
Douglas Thor
2016-03-21 13:13:47 -07:00
parent f780b21688
commit f024e60255

View File

@@ -2724,6 +2724,7 @@ class Group(DrawObject):
# this one uses a proprty for _Canvas...
self._Actual_Canvas = None
self.CalcBoundingBox()
for obj in ObjectList:
self.AddObject(obj)
self.CalcBoundingBox()