Browse Source

fix

bugfix/10.0
hades 4 years ago
parent
commit
b5e3123625
  1. 4
      designer-form/src/main/java/com/fr/design/actions/FormMobileAttrAction.java

4
designer-form/src/main/java/com/fr/design/actions/FormMobileAttrAction.java

@ -95,10 +95,6 @@ public class FormMobileAttrAction extends JTemplateAction<JForm> {
dialog.setVisible(true);
}
private boolean isAttrChange(boolean oldValue, boolean newValue) {
return !oldValue && newValue;
}
private void doChangeBodyLayout(){
FormDesigner formDesigner = WidgetPropertyPane.getInstance().getEditingFormDesigner();
XLayoutContainer rootLayout = formDesigner.getRootComponent();

Loading…
Cancel
Save