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

Bugfix, TOA plot has not been updated on clicking a copy button in edit offsets window.

parent 6a783e01
No related branches found
No related tags found
No related merge requests found
163
\ No newline at end of file
164
\ No newline at end of file
......@@ -17,6 +17,8 @@ artoaWorkspace.editOffsets.soundspeed.Empirical(1) = artoaWorkspace.editOffsets.
%% Update GUI
artoa.controller.edit.offsets.updateGui();
%% Recalculate
artoa.controller.edit.recalculateToaGpsAndPlot();
end
......@@ -22,6 +22,8 @@ artoaWorkspace.editOffsets.soundspeed.Empirical(1) = artoaWorkspace.editOffsets.
%% Update GUI
artoa.controller.edit.offsets.updateGui();
%% Recalculate
artoa.controller.edit.recalculateToaGpsAndPlot();
end
......@@ -17,6 +17,8 @@ artoaWorkspace.editOffsets.soundspeed.Empirical(1) = NaN;
%% Update GUI
artoa.controller.edit.offsets.updateGui();
%% Recalculate
artoa.controller.edit.recalculateToaGpsAndPlot();
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