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

TOA edit window: The deployment and recover indicator are now black, or in the...

TOA edit window: The deployment and recover indicator are now black, or in the color of the soundsource.
parent 85641a64
Branches
Tags
No related merge requests found
......@@ -132,7 +132,7 @@ for o = 1:length(fnames)
artoaGui.editTimeOfArrival.axesToaFromGps, ...
soundSourceBegin, yMin, ...
['<-- ', fnames{o}], ...
'Color',[1 .4 .4], ...
'Color', soundsourceColor, ...
'HorizontalAlignment', 'left', ...
'VerticalAlignment', 'bottom', ...
'FontName', 'Helvetica', ...
......@@ -154,7 +154,7 @@ for o = 1:length(fnames)
artoaGui.editTimeOfArrival.axesToaFromGps, ...
soundSourceEnd, yMax, ...
[fnames{o}, ' -->'], ...
'Color',[1 .4 .4], ...
'Color', soundsourceColor, ...
'HorizontalAlignment', 'right', ...
'VerticalAlignment', 'bottom', ...
'FontName', 'Helvetica', ...
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment