mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-25 07:57:43 +01:00
fix response to parameter "skip-playback" changing so that loop range marker does not change color
This commit is contained in:
parent
eadb3ccaf6
commit
ca07fb09f5
1 changed files with 4 additions and 2 deletions
|
|
@ -125,8 +125,10 @@ void
|
|||
RangeMarker::parameter_changed (const std::string& s)
|
||||
{
|
||||
if (s == "skip-playback") {
|
||||
/* reset our color to reflect global skip-playback setting */
|
||||
pick_basic_color (0);
|
||||
if (_location->is_skip()) {
|
||||
/* reset our color to reflect global skip-playback setting */
|
||||
pick_basic_color (0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue