Skip to content
Snippets Groups Projects
Commit ab10c7a2 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

set map cursor as arrow by default, during zoom, cursor is set to custom and...

 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');
parent 8e69c0ce
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment