mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 18:43:51 +00:00
Make VFO overlay more transparent
This commit is contained in:
@@ -17,7 +17,7 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, Graphics, Controls, Math, Types,
|
||||
OpenGLContext, GL,
|
||||
AppTheme, SpectrumView, WaterfallViewOpengl;
|
||||
AppTheme, SpectrumView, VfoOverlay, WaterfallViewOpengl;
|
||||
|
||||
type
|
||||
TGLTextureCache = record
|
||||
@@ -723,7 +723,7 @@ begin
|
||||
B := TBitmap.Create;
|
||||
try
|
||||
FVfoOverlay.DrawOverlayBitmap(B);
|
||||
UploadBitmap(FVfoOverlayTex, B, True, 218);
|
||||
UploadBitmap(FVfoOverlayTex, B, True, VFO_OVERLAY_ALPHA);
|
||||
finally
|
||||
B.Free;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user