diff --git a/tsg_util/plot_map.m b/tsg_util/plot_map.m
index aa77611463811abc6c3d25c3c86d0dab2df6150f..928c9aa2aeb075e897a9cc6e99e13cca13d4e883 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