View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006315 | JEDI VCL | 00 JVCL Components | public | 2014-08-18 08:20 | 2015-09-21 17:47 |
Reporter | Arioch | Assigned To | AHUser | ||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.47 | ||||
Target Version | Fixed in Version | 3.49 | |||
Summary | 0006315: double ( redundant ) calculation of ClientRect in TJvCheckBox.CalcAutoSize | ||||
Description | line 382 in jvcl\run\JvCheckBox.pas procedure TJvCheckBox.CalcAutoSize; ... R := Rect(0, 0, ClientWidth, ClientHeight); ...... Both CW and CH are implemented as returning one of GetClientRect members. So this method is called twice. This whole line should be replaced with trivival R := ClientRect; // R := Rect(0, 0, ClientWidth, ClientHeight); | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-08-18 08:20 | Arioch | New Issue | |
2014-09-03 11:42 | obones | Note Added: 0021038 | |
2014-09-03 11:42 | obones | Status | new => feedback |
2014-10-01 11:01 | AHUser | Note Added: 0021062 | |
2014-10-01 11:01 | AHUser | Status | feedback => resolved |
2014-10-01 11:01 | AHUser | Fixed in Version | => Daily / GIT |
2014-10-01 11:01 | AHUser | Resolution | open => fixed |
2014-10-01 11:01 | AHUser | Assigned To | => AHUser |
2015-09-21 17:47 | obones | Fixed in Version | Daily / GIT => 3.49 |