mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
more debugging
git-svn-id: svn://localhost/ardour2/trunk@1045 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e4e165d5ae
commit
7e209d06a1
2 changed files with 3 additions and 1 deletions
|
|
@ -744,7 +744,7 @@ AutomationLine::determine_visible_control_points (ALPoints& points)
|
|||
*/
|
||||
|
||||
this_rx = (uint32_t) rint (tx);
|
||||
this_ry = (unsigned long) rint (ty);
|
||||
this_ry = (uint32_t) rint (ty);
|
||||
|
||||
if (view_index && pi != npoints && (this_rx == prev_rx) && (this_ry == prev_ry) ||
|
||||
((this_rx - prev_rx) < (box_size + 2))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue