You've already forked lazarus-ccr
LazMapViewer: Fix issue with marker disappearing at small zoom when the window is wider than the full map. Patch by Ekkehard Domning. Prevent POIImage exception in the fulldemo_with_addons. Show "Cyclic view" checkbox in fulldemo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8815 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -407,6 +407,7 @@ end;
|
||||
procedure TMapView.SetCyclic(AValue: Boolean);
|
||||
begin
|
||||
Engine.Cyclic := AValue;
|
||||
Engine.Redraw;
|
||||
end;
|
||||
|
||||
procedure TMapView.SetDebugTiles(AValue: Boolean);
|
||||
|
||||
Reference in New Issue
Block a user