Browse Source

Merge pull request #1565 in BA/design from ~KERRY/design:feature/9.0 to feature/9.0

* commit '1c72bd184d0560237528ca00a169d83362c83819':
  无jira任务,解决冲突
superman 7 years ago
parent
commit
e2ce57a5b3
  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