|
|
@ -481,7 +481,7 @@ public class GridUI extends ComponentUI { |
|
|
|
|
|
|
|
|
|
|
|
// peter:tmpRectangle2D_3只是一个临时的Rectangle2D,由于后面不少地方需要用到这个矩形
|
|
|
|
// peter:tmpRectangle2D_3只是一个临时的Rectangle2D,由于后面不少地方需要用到这个矩形
|
|
|
|
this.cell_back_rect.setRect(0, 0, this.tmpRectangle.getWidth() - 1, |
|
|
|
this.cell_back_rect.setRect(0, 0, this.tmpRectangle.getWidth() - 1, |
|
|
|
this.tmpRectangle.getHeight() - 1); |
|
|
|
this.tmpRectangle.getHeight() - 1.5); |
|
|
|
// peter:对于合并的单元格,需要先白色的背景来清除背景.
|
|
|
|
// peter:对于合并的单元格,需要先白色的背景来清除背景.
|
|
|
|
if (tmpCellElement.getColumnSpan() > 1 || tmpCellElement.getRowSpan() > 1) { |
|
|
|
if (tmpCellElement.getColumnSpan() > 1 || tmpCellElement.getRowSpan() > 1) { |
|
|
|
// REPORT-23492 要看下是否设置了纸张背景 如果设置了按照背景来画
|
|
|
|
// REPORT-23492 要看下是否设置了纸张背景 如果设置了按照背景来画
|
|
|
|