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:
parent
48e69cae28
commit
17b6e88785
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user