View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004211 | JEDI VCL | 00 JVCL Components | public | 2007-08-22 10:17 | 2007-08-28 16:32 |
Reporter | maxp | Assigned To | remkobonte | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0004211: Setting Font Color resets visual effects (bug in TJvTextAttributes.SetColor) | ||||
Description | In JvRichEdit.pas (TJvTextAttributes.SetColor): 6906 if (Value = clWindowText) or (Value = clDefault) then 6907 dwEffects := CFE_AUTOCOLOR line 6907 should be dwEffects := dwEffects or CFE_AUTOCOLOR See also Issue 0004038: similar bug was fixed in the procedure TJvTextAttributes.AssignFont. | ||||
Tags | No tags attached. | ||||
|
I don't see why that is necessary? Because of the InitFormat call, dwEffect is always 0. So dwEffects := CFE_AUTOCOLOR and dwEffects := dwEffects or CFE_AUTOCOLOR have the same effect? |
|
Sorry, you are right. |
|
So what is the status of this issue? |
|
Think should be closed. |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-08-22 10:17 | maxp | New Issue | |
2007-08-22 16:23 | remkobonte | Note Added: 0013650 | |
2007-08-22 16:23 | remkobonte | Status | new => feedback |
2007-08-28 04:51 | maxp | Note Added: 0013654 | |
2007-08-28 06:19 | obones | Note Added: 0013655 | |
2007-08-28 10:54 | maxp | Note Added: 0013656 | |
2007-08-28 16:31 | remkobonte | Status | feedback => resolved |
2007-08-28 16:31 | remkobonte | Resolution | open => no change required |
2007-08-28 16:31 | remkobonte | Assigned To | => remkobonte |