summaryrefslogtreecommitdiff
path: root/platform/macos/test/MGLAnnotationTests.m
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@gmail.com>2019-01-22 17:45:06 -0500
committerGitHub <noreply@github.com>2019-01-22 17:45:06 -0500
commitb460efdf00092797446570389a6c9afa230da162 (patch)
tree51baa3e267462e5f2c881ea756adf6d3b4a274ed /platform/macos/test/MGLAnnotationTests.m
parentc7869e7eb494ab98b9434254f414f633e30e2a5c (diff)
downloadqtlocation-mapboxgl-b460efdf00092797446570389a6c9afa230da162.tar.gz
[ios] Partially offscreen annotations (without callouts) are no longer moved on-screen (#13727)
Diffstat (limited to 'platform/macos/test/MGLAnnotationTests.m')
-rw-r--r--platform/macos/test/MGLAnnotationTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/test/MGLAnnotationTests.m b/platform/macos/test/MGLAnnotationTests.m
index 36a7aef9f0..9657ae0a44 100644
--- a/platform/macos/test/MGLAnnotationTests.m
+++ b/platform/macos/test/MGLAnnotationTests.m
@@ -11,7 +11,7 @@
- (void)setUp
{
[super setUp];
- _mapView = [[MGLMapView alloc] initWithFrame:CGRectMake(0, 0, 64, 64)];
+ _mapView = [[MGLMapView alloc] initWithFrame:CGRectMake(0, 0, 256, 256)];
_mapView.delegate = self;
}