mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Updated FCObjects
Updated FCObjects so that Group() creates a bounding box before attempting to add objects.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user