Browse Source

Merge pull request #1404 in DESIGN/design from ~HADES/design:release/10.0 to release/10.0

* commit '41b3c1ef126112de0138f0932e16b38c68c918fd':
  MOBILE-25000 场景遗漏
feature/big-screen
Hades 5 years ago
parent
commit
fabf5ce454
  1. 2
      designer-form/src/main/java/com/fr/design/actions/FormMobileAttrAction.java

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

@ -78,7 +78,7 @@ public class FormMobileAttrAction extends JTemplateAction<JForm> {
((FormArea)jf.getFormDesign().getParent()).onMobileAttrModified();
jf.getFormDesign().getSelectionModel().setSelectedCreator(jf.getFormDesign().getRootComponent());
//当自适应属性自动匹配处于勾选状态 进行切换
if (formMobileAttr.isAdaptivePropertyAutoMatch()) {
if (formMobileAttr.isMobileOnly() && formMobileAttr.isAdaptivePropertyAutoMatch()) {
doChangeBodyLayout();
}

Loading…
Cancel
Save