Don't exit out of length tuning tool on first cancel.
Otherwise you cannot use same settings on multiple tracks.
(cherry picked from commit 6b31bbe9f3)
This commit is contained in:
@@ -2376,8 +2376,10 @@ int DRAWING_TOOL::PlaceTuningPattern( const TOOL_EVENT& aEvent )
|
||||
delete m_tuningPattern;
|
||||
m_tuningPattern = nullptr;
|
||||
}
|
||||
|
||||
break;
|
||||
else
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
else if( evt->IsMotion() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user