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

Changed the default value of unapplied soundsources in the soundsource panel to black.

parent 8d91038d
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ isLeftItem = true;
for i = 1:length(fnames)
colorIndex = artoa.soundsources.colorregister.getColorIndex(fnames{i}, artoaWorkspace.soundsourceColorRegister);
if colorIndex == 0
color = [1 1 1];
color = [0 0 0];
else
color = artoaWorkspace.soundsourceColors(colorIndex, :);
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