Removed an assert
This commit is contained in:
parent
b9771f6e59
commit
b0224c0f2b
@ -602,7 +602,7 @@ void TrackView::setEditRow(int newEditRow)
|
||||
|
||||
void TrackView::setEditTrack(int newEditTrack)
|
||||
{
|
||||
assert(size_t(newEditTrack) < getTrackCount());
|
||||
if (0 == getTrackCount()) return;
|
||||
|
||||
int oldEditTrack = editTrack;
|
||||
editTrack = newEditTrack;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user