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:
wp_xxyyzz 2025-03-05 16:14:33 +00:00
parent 62dad16629
commit 61effac4d9

View File

@ -1599,7 +1599,7 @@ var
I: Integer;
Objs: TGPSObjList;
begin
inherited Draw(AView, Area);
// inherited Draw(AView, Area); // removed to avoid duplicate drawing of objs
FTileLayer.Draw(AView, Area);
Objs := GetObjectsInArea(Area);
try