View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002132 | JEDI VCL | 00 JVCL Components | public | 2004-09-09 01:02 | 2004-09-09 01:23 |
| Reporter | ralf.kaiser | Assigned To | user72 | ||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0002132: Bug in TJvImageComboBox.DrawItem: Width used to calculate drawing offset instead of Height | ||||
| Description | Line number apply to unit JvListComb.pas In TJvImageComboBox.DrawItem the vertical offset to draw the image is calculated using this line (line 797): Offset := ((R.Bottom - R.Top) - GetImageHeight(Index)) div 2; GetImageHeight is wrong, must be GetImageWidth! Line 816 has to be changed too (change GetImageHeight to GetImageWidth) | ||||
| Tags | No tags attached. | ||||
|
|
You mixed up GetImageHeight and GetImageWidth: GetImageWidth must be replaced with GetImageHeight Fixed in CVS |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-09-09 01:02 | ralf.kaiser | New Issue | |
| 2004-09-09 01:23 |
|
Status | new => assigned |
| 2004-09-09 01:23 |
|
Assigned To | => user72 |
| 2004-09-09 01:23 |
|
Status | assigned => resolved |
| 2004-09-09 01:23 |
|
Fixed in Version | => 3.00 BETA |
| 2004-09-09 01:23 |
|
Resolution | open => fixed |
| 2004-09-09 01:23 |
|
Note Added: 0005203 |