LazMapViewer: Fix duplicate painting of points in TGPSComboLayer (side-effect of #9658).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9661 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
62dad16629
commit
61effac4d9
@ -1599,7 +1599,7 @@ var
|
|||||||
I: Integer;
|
I: Integer;
|
||||||
Objs: TGPSObjList;
|
Objs: TGPSObjList;
|
||||||
begin
|
begin
|
||||||
inherited Draw(AView, Area);
|
// inherited Draw(AView, Area); // removed to avoid duplicate drawing of objs
|
||||||
FTileLayer.Draw(AView, Area);
|
FTileLayer.Draw(AView, Area);
|
||||||
Objs := GetObjectsInArea(Area);
|
Objs := GetObjectsInArea(Area);
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user