Browse Source

SLN-280 打印导出背景分离,漏删一行代码,导致导出按钮没显示出来。

master
hugh 7 years ago
parent
commit
58c3277445
  1. 2
      designer/src/com/fr/design/report/ReportBackgroundPane.java

2
designer/src/com/fr/design/report/ReportBackgroundPane.java

@ -28,8 +28,6 @@ public class ReportBackgroundPane extends BasicPane {
sourth.add(isExportBackgroundCheckBox);
sourth.add(isPrintBackgroundCheckBox);
this.add(sourth, BorderLayout.SOUTH);
this.add(isPrintBackgroundCheckBox, BorderLayout.SOUTH);
}
@Override

Loading…
Cancel
Save