13
0

Fix crash when using pencil on empty track areas while zoomer is fully zoomed out (and probably pretty much everything else when track is fully zoomed out...).

git-svn-id: svn://localhost/ardour2/branches/3.0@4640 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-02-19 18:10:50 +00:00
parent 167150d961
commit c006ff1762

View File

@ -125,8 +125,8 @@ veto_note_range(uint8_t& min, uint8_t& max)
}
}
assert(max - min >= 11);
assert(max < 127);
assert(min < 127);
assert(max <= 127);
assert(min <= 127);
}
RegionView*