mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
quick sanity check
This commit is contained in:
parent
8a58ffd151
commit
76334847c5
1 changed files with 5 additions and 0 deletions
|
|
@ -260,6 +260,11 @@ AudioStreamView::setup_rec_box ()
|
|||
*/
|
||||
fill_color = UINT_RGBA_CHANGE_A (fill_color, 120);
|
||||
break;
|
||||
default:
|
||||
fatal << string_compose (_("programming error: %1: %2"),
|
||||
"AudioStreamView: impossible track mode",
|
||||
(int) _trackview.audio_track()->mode()) << endmsg;
|
||||
abort(); /*NOTREACHED*/
|
||||
}
|
||||
|
||||
ArdourCanvas::Rectangle * rec_rect = new ArdourCanvas::TimeRectangle (_canvas_group);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue