kerry 7 years ago
parent
commit
a6042f3996
  1. 3
      designer_form/src/com/fr/design/designer/creator/cardlayout/XCardSwitchButton.java

3
designer_form/src/com/fr/design/designer/creator/cardlayout/XCardSwitchButton.java

@ -331,9 +331,6 @@ public class XCardSwitchButton extends XButton {
this.setContentBackground(defaultSelectBackground);
} else {
this.setContentBackground(initialBackground == null ? background : initialBackground);
// if(templateStyle instanceof DefaultTemplateStyle){
// this.setContentBackground(initialBackground == null ? background : initialBackground);
// }
}
}

Loading…
Cancel
Save