Anonymous | Login | Signup for a new account | 2019-02-16 21:45 CET |
Main | My View | View Issues | Change Log | Roadmap | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
0006315 | [JEDI VCL] 00 JVCL Components | trivial | always | 2014-08-18 08:20 | 2015-09-21 17:47 | ||
Reporter | Arioch | View Status | public | ||||
Assigned To | AHUser | ||||||
Priority | low | Resolution | fixed | ||||
Status | resolved | Product Version | 3.47 | ||||
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); |
||||||
Additional Information | |||||||
Tags | No tags attached. | ||||||
Attached Files | |||||||
|
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |