From ab10c7a21e2acc9e8e57e7c16fe2e4bc1121a400 Mon Sep 17 00:00:00 2001 From: Jacques Grelet <jacques.grelet@ird.fr> Date: Thu, 28 Jun 2018 10:07:14 +0000 Subject: [PATCH] set map cursor as arrow by default, during zoom, cursor is set to custom and is display as black square on map set(get(hPlotAxes(4), 'parent'), 'pointer', 'arrow'); --- tsg_util/plot_map.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsg_util/plot_map.m b/tsg_util/plot_map.m index aa77611..928c9aa 100644 --- a/tsg_util/plot_map.m +++ b/tsg_util/plot_map.m @@ -213,7 +213,7 @@ if ~isempty( ind ) % restore pointer % --------------- set(hTsgGUI, 'pointer', pointer); - set(get(hPlotAxes(4), 'parent'), 'pointer', pointer); + set(get(hPlotAxes(4), 'parent'), 'pointer', 'arrow'); end -- GitLab