|
|
|
@ -28,6 +28,7 @@ import com.fr.design.widget.Operator;
|
|
|
|
|
import com.fr.design.widget.ui.designer.component.WidgetAbsoluteBoundPane; |
|
|
|
|
import com.fr.design.widget.ui.designer.component.WidgetBoundPane; |
|
|
|
|
import com.fr.design.widget.ui.designer.component.WidgetCardTagBoundPane; |
|
|
|
|
import com.fr.form.main.WidgetUtil; |
|
|
|
|
import com.fr.form.ui.ChartEditor; |
|
|
|
|
import com.fr.form.ui.Widget; |
|
|
|
|
import com.fr.form.ui.container.WScaleLayout; |
|
|
|
@ -244,7 +245,7 @@ public class FormSingleWidgetCardPane extends FormWidgetCardPane {
|
|
|
|
|
} |
|
|
|
|
String oldName = widget.getWidgetName(); |
|
|
|
|
widgetPropertyPane.update(widget); |
|
|
|
|
Widget innerWidget = WSortLayout.getInnerWidget(widget); |
|
|
|
|
Widget innerWidget = WidgetUtil.getInnerWidget(widget); |
|
|
|
|
if (!StringUtils.equals(oldName, innerWidget.getWidgetName())) { |
|
|
|
|
innerWidget.setMobileOldWidgetName(oldName); |
|
|
|
|
} |
|
|
|
|