You've already forked lazarus-ccr
jvcllaz: Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7466 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -41,7 +41,7 @@ interface
|
||||
uses
|
||||
//{$IFDEF WINDOWS}Windows,{$ENDIF}
|
||||
Variants, Classes, Graphics, Controls, Forms, DB, DBCtrls,
|
||||
LMessages, LCLType, LCLIntf, LCLProc, EditBtn, Themes,
|
||||
LMessages, LCLType, LCLIntf, LCLProc, Themes,
|
||||
JvThemes, JvDBUtils;
|
||||
|
||||
const
|
||||
@ -3268,7 +3268,7 @@ end;
|
||||
|
||||
function TJvDBLookupCombo.GetDropDownButtonRect: TRect;
|
||||
begin
|
||||
Result := Rect(ClientWidth - FButtonWidth - Round((Width - ClientWidth) / 2), 0, Width, ClientHeight);
|
||||
Result := Rect(ClientWidth - FButtonWidth - (Width - ClientWidth) div 2, 0, Width, ClientHeight);
|
||||
end;
|
||||
|
||||
procedure TJvDBLookupCombo.InvalidateFrame;
|
||||
|
Reference in New Issue
Block a user