* spot/twaalgos/stutter.cc (highlight_vector): Replace existing colors.
This commit is contained in:
parent
8579bedfaf
commit
5467fa1622
1 changed files with 1 additions and 1 deletions
|
|
@ -851,7 +851,7 @@ namespace spot
|
||||||
unsigned n = v.size();
|
unsigned n = v.size();
|
||||||
for (unsigned i = 0; i < n; ++i)
|
for (unsigned i = 0; i < n; ++i)
|
||||||
if (v[i])
|
if (v[i])
|
||||||
hs->emplace(i, color);
|
(*hs)[i] = color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue