View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0005622 | JEDI VCL | 00 JVCL Components | public | 2011-07-20 11:04 | 2012-06-13 16:30 | 
| Reporter | ahesse | Assigned To | obones | ||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | resolved | Resolution | suspended | ||
| Product Version | Daily / GIT | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0005622: TJvImageSquare should support Color clNone (= transparent painting) | ||||
| Description | please change in TJvImageSquare.Paint: { fill in the rest } Canvas.Brush.Color := FTmpColor; Canvas.Brush.Style := bsSolid; Canvas.FillRect(R); to { fill in the rest } if FTmpColor <> clNone then begin Canvas.Brush.Color := FTmpColor; Canvas.Brush.Style := bsSolid; Canvas.FillRect(R); end; to support Color clNone (support of transparent painting) | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2011-07-20 11:04 | ahesse | New Issue | |
| 2011-09-21 11:57 | obones | Note Added: 0018937 | |
| 2011-09-21 11:57 | obones | Status | new => feedback | 
| 2012-02-23 11:01 | obones | Note Added: 0019499 | |
| 2012-06-13 16:30 | obones | Note Added: 0019982 | |
| 2012-06-13 16:30 | obones | Status | feedback => resolved | 
| 2012-06-13 16:30 | obones | Resolution | open => suspended | 
| 2012-06-13 16:30 | obones | Assigned To | => obones | 
