View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004173 | JEDI VCL | 00 JVCL Components | public | 2007-07-10 09:41 | 2007-08-07 03:13 |
Reporter | westphal | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.34 | |||
Summary | 0004173: ListView and TJvListItems fonts trouble | ||||
Description | when not using vsReport in ViewStylesItemBrush, item are displayed in bold: proposed solution: constructor TJvListItem.CreateEnh(AOwner: TListItems; const Popup: TPopupMenu); begin inherited Create(AOwner); FBold := False; FPopupMenu := Popup; // (Salvatore) Get it from the JvListView FFont := TFont.Create; FBrush := TBrush.Create; FGroupId := -1; FTileColumns := TIntegerList.Create; FTileColumns.OnChange := TileColumnsChange; if AOwner.Owner is TJvListView then FFont.Assign((AOwner.Owner as TJvListView).canvas.Font); // <---- end; | ||||
Additional Information | Related, i think, to id 0003932 | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2007-07-10 09:41 | westphal | New Issue | |
2007-07-11 01:23 | obones | Relationship added | related to 0003932 |
2007-08-07 03:13 | obones | Status | new => resolved |
2007-08-07 03:13 | obones | Fixed in Version | => Daily / SVN |
2007-08-07 03:13 | obones | Resolution | open => fixed |
2007-08-07 03:13 | obones | Assigned To | => obones |
2007-08-07 03:13 | obones | Note Added: 0013617 |