|
|
@ -91,6 +91,7 @@ public class MobileStyleDefinePane extends BasicBeanPane<MobileStyle> { |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public MobileStyle updateBean() { |
|
|
|
public MobileStyle updateBean() { |
|
|
|
|
|
|
|
mobileStyle = Reflect.on(mobileStyleClazz).create().get(); |
|
|
|
this.widget.setMobileStyle(mobileStyle); |
|
|
|
this.widget.setMobileStyle(mobileStyle); |
|
|
|
this.customBeanPane.updateBean(); |
|
|
|
this.customBeanPane.updateBean(); |
|
|
|
mobileStyle.setCommonCustom(customCombo.getSelectedIndex() == 1); |
|
|
|
mobileStyle.setCommonCustom(customCombo.getSelectedIndex() == 1); |
|
|
|