|
|
|
@ -58,6 +58,9 @@ public class TopXCreators extends JComponent {
|
|
|
|
|
SelectionModel selectionModel = designer.getSelectionModel(); |
|
|
|
|
XCreator[] xCreators = selectionModel.getSelection().getSelectedCreators(); |
|
|
|
|
for (XCreator creator : xCreators) { |
|
|
|
|
if (!creator.isTopable()) { |
|
|
|
|
continue; |
|
|
|
|
} |
|
|
|
|
XWCardMainBorderLayout topXMainBorderLayout = XCreatorUtils.getTopXMainBorderLayout(creator); |
|
|
|
|
add(new TopXCreator(designer, creator)); |
|
|
|
|
if (topXMainBorderLayout != null) { |
|
|
|
|