View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002896 | JEDI VCL | 00 JVCL Components | public | 2005-04-21 17:07 | 2005-04-22 06:05 |
Reporter | anonymous | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 | ||||
Target Version | Fixed in Version | 3.10 | |||
Summary | 0002896: TJvLabel with big fonts | ||||
Description | Hi, when I have TJvLabel and I put inside tahoma, 14px, bold, white + shadow blue, whole align Left. Then I resize a panel on which is this Label placed it drops the color and font. After setting of new text it works ok. I thin it's only in visual, because when it's broken and I check the font, it returns correct value. | ||||
Tags | No tags attached. | ||||
|
I was playing a bit with that and it's not cause by the font. It's because I have an action onDoubleClick and I do doubleClick on this item. Then it loose font and color of the primary font. |
|
This is now fixed in CVS. The change is at line 593 in JvLabel.pas. The condition should be: if MouseOver and HotTrack then Change this, recompile the JVCL and you should be sorted |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-04-21 17:07 | anonymous | New Issue | |
2005-04-21 17:13 | anonymous | Note Added: 0007035 | |
2005-04-22 06:05 | obones | Status | new => resolved |
2005-04-22 06:05 | obones | Resolution | open => fixed |
2005-04-22 06:05 | obones | Assigned To | => obones |
2005-04-22 06:05 | obones | Note Added: 0007042 |