Browse Source

无jira任务,解决冲突

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

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

@ -333,7 +333,7 @@ public class XWCardMainBorderLayout extends XWBorderLayout{
*/ */
@Override @Override
public void firePropertyChange(){ public void firePropertyChange(){
getCardPart().initStyle(); return;
} }
@ -365,4 +365,5 @@ public class XWCardMainBorderLayout extends XWBorderLayout{
xwCardTitleLayout.setBounds(parentBounds); xwCardTitleLayout.setBounds(parentBounds);
this.addCardPart((XWCardLayout)this.getComponent(0)); this.addCardPart((XWCardLayout)this.getComponent(0));
} }
} }
Loading…
Cancel
Save