|
|
|
@ -1350,7 +1350,7 @@ public class FormDesigner extends TargetComponent<Form> implements TreeSelection
|
|
|
|
|
// 当前选中控件可以下移一层吗?
|
|
|
|
|
public boolean isCurrentComponentMovableDown() { |
|
|
|
|
XCreator creator = getSelectionModel().getSelection().getSelectedCreator(); |
|
|
|
|
if (creator == null) { |
|
|
|
|
if (null == creator) { |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
XLayoutContainer container = (XLayoutContainer) creator.getParent(); |
|
|
|
|