To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82954
------- Additional comments from [EMAIL PROTECTED] Sat Nov 3 21:16:47 +0000
2007 -------
fs->cl: svtreebx.cxx:1681
// set font color to highlight
if ( !bCurFontIsSel && nItemType == SV_ITEM_ID_LBOXSTRING )
{
Control::SetFont( aHiliteFont );
bCurFontIsSel = TRUE;
}
The nItemType here is 0 (which is an unknown type), thus the aHiliteFont (which
has the proper color for selected text) is never set.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]