From f223d11f8fb9d89a8a4f259b81c29a0df365e564 Mon Sep 17 00:00:00 2001 From: gambix Date: Thu, 3 Jan 2019 22:01:07 +0100 Subject: [PATCH] Map is now well located on the mouse when zooming out on MapView [GB.MAP] * BUG: Map is now well located on the mouse when zooming out on MapView. --- comp/src/gb.map/.src/MapView.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comp/src/gb.map/.src/MapView.class b/comp/src/gb.map/.src/MapView.class index 97f1c70e2..98f842017 100644 --- a/comp/src/gb.map/.src/MapView.class +++ b/comp/src/gb.map/.src/MapView.class @@ -350,7 +350,7 @@ End Private Sub ShowControls_Write(Value As Boolean) - $bShowControls = Value + $bShowControls = Value End