Skip to content
Snippets Groups Projects
Commit dc9d44d5 authored by leprob001's avatar leprob001
Browse files

Bugfix, the mercator projection option is now updated on opening the trajectory output window.

parent 084f0df8
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@ global artoaGui;
yMax = max(pEventObject.AffectedObject.YLim);
yMin = min(pEventObject.AffectedObject.YLim);
%% Update deployment text positions
fnames = fieldnames(artoaGui.editTimeOfArrival.textSoundsourceDeployments);
for o = 1:length(fnames)
......
......@@ -66,6 +66,8 @@ artoaGui.trajectoryOutput.checkboxUpdateTrackParameterWindow.Value = ...
artoaWorkspace.trajectoryOutput.updateTrackParameterWindow;
artoaGui.trajectoryOutput.checkboxShowPositionDates.Value = ...
artoaWorkspace.trajectoryOutput.showPositionDates;
artoaGui.trajectoryOutput.checkboxMercator.Value = ...
artoaWorkspace.trajectoryOutput.enableMercatorProjection;
artoaGui.trajectoryOutput.checkboxSynchronizeZoomToaWindow.Value = ...
artoaWorkspace.trajectoryOutput.syncZoomToaWindow;
......
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