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

The checkbox "Show date positions" is now switching the SAT dates as well.

parent 3c171091
No related branches found
No related tags found
No related merge requests found
133
\ No newline at end of file
134
\ No newline at end of file
......@@ -21,6 +21,14 @@ for i = 1:length(trajectoryHandles)
);
end
%% Hide or show SAT dates
artoa.controller.setPlotHandleVisibility( ...
{ ...
artoaGui.trajectoryOutput.textScatterFloatSatData ...
}, ...
artoaWorkspace.trajectoryOutput.showPositionDates ...
);
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