mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
scene markers are not cue markers (fix copy+paste error)
This commit is contained in:
parent
1cd78c94d3
commit
00305c070d
1 changed files with 1 additions and 1 deletions
|
|
@ -2135,7 +2135,7 @@ Editor::update_mark_and_range_visibility ()
|
|||
} else if (location->is_section()) {
|
||||
|
||||
} else if (location->is_scene()) {
|
||||
mark_type = CueMarks;
|
||||
mark_type = SceneMarks;
|
||||
} else {
|
||||
mark_type = LocationMarks;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue