Allow setting/moving points at the left edge of AE grid (#4323)
This commit is contained in:
committed by
Colin Wallace
parent
4b36ba9f81
commit
c1b2728d65
@@ -504,7 +504,7 @@ void AutomationEditor::mousePressEvent( QMouseEvent* mouseEvent )
|
||||
|
||||
int x = mouseEvent->x();
|
||||
|
||||
if( x > VALUES_WIDTH )
|
||||
if( x >= VALUES_WIDTH )
|
||||
{
|
||||
// set or move value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user