LazMapViewer: Fixed opacity in TMapEditMark.Draw.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9538 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alpine-a110 2024-12-16 11:55:43 +00:00
parent 48e69cae28
commit 17b6e88785

View File

@ -4172,6 +4172,7 @@ begin
DE.PenWidth := 3;
DE.BrushColor := clGray;
DE.BrushStyle := bsSolid;
DE.Opacity := 1.0;
if Assigned(FLit) then
DE.Rectangle(FPt.X - 5, FPt.Y - 5, FPt.X + 5, FPt.Y + 5);