scene markers are not cue markers (fix copy+paste error)

This commit is contained in:
Ben Loftis 2024-05-28 08:41:23 -05:00
parent 1cd78c94d3
commit 00305c070d

View file

@ -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;
}