ASF Bugzilla – Attachment 6366 Details for
Bug 19961
[PATCH] Sheet.getColumnWidth() returns wrong value
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file that changes condition in Sheet.getColumnWidth()
SheetgetColumnWidth.txt (text/plain), 452 bytes, created by
John Lloyd
on 2003-05-15 17:03:06 UTC
(
hide
)
Description:
patch file that changes condition in Sheet.getColumnWidth()
Filename:
MIME Type:
Creator:
John Lloyd
Created:
2003-05-15 17:03:06 UTC
Size:
452 bytes
patch
obsolete
>--- Sheet.java.orig Sat Feb 22 15:42:04 2003 >+++ Sheet.java Thu May 15 12:47:24 2003 >@@ -1789,7 +1789,7 @@ > for (k = 0; k < columnSizes.size(); k++) > { > ci = ( ColumnInfoRecord ) columnSizes.get(k); >- if ((ci.getFirstColumn() >= column) >+ if ((column >= ci.getFirstColumn()) > && (column <= ci.getLastColumn())) > { > break;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19961
: 6366