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:
@ -325,7 +325,7 @@ function RGBToBGR(Value: Cardinal): Cardinal;
|
||||
implementation
|
||||
|
||||
uses
|
||||
Controls, StdCtrls, ExtCtrls, TypInfo, Math,
|
||||
Controls, ExtCtrls, TypInfo, Math,
|
||||
JvResources;
|
||||
|
||||
var
|
||||
|
@ -471,13 +471,13 @@ begin
|
||||
SetFocus;
|
||||
end;
|
||||
|
||||
{
|
||||
(*
|
||||
function TJvGradientHeaderPanel.DoEraseBackground(Canvas: TCanvas; Param: LPARAM): Boolean;
|
||||
begin
|
||||
{ Reduce flickering FGradient completely fills the TJvGradientHeaderPanel }
|
||||
Result := True;
|
||||
end;
|
||||
}
|
||||
*)
|
||||
|
||||
|
||||
//=== { TNoEventLabel } ======================================================
|
||||
|
Reference in New Issue
Block a user