You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloning a window element just breaks everything .. like in this screenshot
Assigned children inside the container are not cloned
Should
Cloning a window element should just create another proper window element as expected.. looking like the following
Assigned children inside the container should be cloned too
Notes
selectedFigure.clone() does not seem to work just out-of-the-box when cloning a figure that have "real" children (that is Figure children in draw2d definition) such as the "Window" label that is inside a window figure
The text was updated successfully, but these errors were encountered:
Is
Should
Notes
selectedFigure.clone()
does not seem to work just out-of-the-box when cloning a figure that have "real" children (that is Figure children in draw2d definition) such as the "Window" label that is inside a window figureThe text was updated successfully, but these errors were encountered: