From: SourceForge.net <no...@so...> - 2005-09-08 21:49:46
|
Bugs item #1285407, was opened at 2005-09-08 23:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1285407&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: treelistctrl Group: None Status: Open Resolution: None Priority: 5 Submitted By: Armel Asselin (aasselin) Assigned to: Otto Wyss (wyo) Summary: user-defined font lost when using bold, text/bg colour Initial Comment: create a treelistctrl, do "SetFont (<any_font>)", then on some items, do "SetItemTextColour(<item_id>, *wxRED). these items are not using <any_font> but the "system default font". when using wxTreeListItem::Attr(), we don't ensure the "local default attr" are used.... pItem->Attr().SetTextColour (colour); // for example. Attr() may create a new set of attributes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1285407&group_id=51305 |