Timeline/Control_Sequence: Use un-clamped X values for drawing curves.

pull/186/head
Jonathan Moore Liles 2015-09-18 17:25:58 -07:00
parent e42f0a9bd7
commit 83fa3637f6
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ Control_Sequence::draw_curve ( bool filled )
for ( list <Sequence_Widget *>::const_iterator r = wl.begin(); ; r++ )
{
const int ry = (*r)->y();
const int rx = (*r)->line_x();
const long rx = (*r)->curve_x();
if ( r == wl.begin() )
{