|
|
@ -1243,7 +1243,6 @@ public class FormDesigner extends TargetComponent<Form> implements TreeSelection |
|
|
|
.currentDragEvent(currentDragEvent); |
|
|
|
.currentDragEvent(currentDragEvent); |
|
|
|
addingModel = new AddingModel(this, xCreator); |
|
|
|
addingModel = new AddingModel(this, xCreator); |
|
|
|
this.setDropTarget(new FormCreatorDropTarget(this)); |
|
|
|
this.setDropTarget(new FormCreatorDropTarget(this)); |
|
|
|
// 触发状态添加模式事件
|
|
|
|
|
|
|
|
repaint(); |
|
|
|
repaint(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|