From 56244fbb5e4663262aa0ce494cfebc92fb38a0b4 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Tue, 30 Oct 2018 22:49:01 -0400 Subject: [PATCH] Typo --- src/FlightMap/Widgets/MapFitFunctions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FlightMap/Widgets/MapFitFunctions.qml b/src/FlightMap/Widgets/MapFitFunctions.qml index cec946938..21a56b3ec 100644 --- a/src/FlightMap/Widgets/MapFitFunctions.qml +++ b/src/FlightMap/Widgets/MapFitFunctions.qml @@ -86,7 +86,7 @@ Item { west = west * 0.9999925 south = south * 0.9999925 - // Fix the map region to the new bounding rect + // Fit the map region to the new bounding rect var topLeftCoord = QtPositioning.coordinate(north - 90.0, west - 180.0) var bottomRightCoord = QtPositioning.coordinate(south - 90.0, east - 180.0) map.setVisibleRegion(QtPositioning.rectangle(topLeftCoord, bottomRightCoord)) -- 2.22.0