You've already forked lazarus-ccr
industrialstuff: More details in package description.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6559 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -44,6 +44,7 @@
|
||||
<Unit2>
|
||||
<Filename Value="..\..\source\a3naloggauge.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="A3nalogGauge"/>
|
||||
</Unit2>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
|
@ -25,7 +25,13 @@
|
||||
</Debugging>
|
||||
</Linking>
|
||||
</CompilerOptions>
|
||||
<Description Value="Industrial-themed (IPV/PCV) components and gauges (e.g. LEDs)."/>
|
||||
<Description Value="Industrial-themed components and gauges:
|
||||
- LED indicators
|
||||
- LED seven-sigment display
|
||||
- stop-light lamps
|
||||
- analog gauges
|
||||
- thermometer-like gauge
|
||||
- ampl"/>
|
||||
<License Value="MPL + GPL "/>
|
||||
<Version Minor="2"/>
|
||||
<Files Count="11">
|
||||
|
@ -717,9 +717,8 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
(*
|
||||
// This code is faster than the version above, but crashes after a few seconds.
|
||||
|
||||
{
|
||||
procedure TA3nalogGauge.FastAntiAliasPicture;
|
||||
const
|
||||
MaxPixelCount = MaxInt div SizeOf(TRGBTriple);
|
||||
@ -800,7 +799,7 @@ begin
|
||||
intfImgFace.Free;
|
||||
end;
|
||||
end;
|
||||
*)
|
||||
}
|
||||
{$ELSE}
|
||||
const
|
||||
MaxPixelCount = MaxInt div SizeOf(TRGBTriple);
|
||||
|
Reference in New Issue
Block a user