mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-11 09:00:13 +00:00
Don't exit out of length tuning tool on first cancel.
Otherwise you cannot use same settings on multiple tracks.
This commit is contained in:
parent
340be56082
commit
6b31bbe9f3
@ -2312,8 +2312,10 @@ int DRAWING_TOOL::PlaceTuningPattern( const TOOL_EVENT& aEvent )
|
||||
delete m_tuningPattern;
|
||||
m_tuningPattern = nullptr;
|
||||
}
|
||||
|
||||
break;
|
||||
else
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
else if( evt->IsMotion() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user