Allow processing of non-handled events in length tuner tool.
Fixes https://gitlab.com/kicad/code/kicad/issues/11425
This commit is contained in:
parent
c0ba1b35bf
commit
156755e9db
|
@ -239,6 +239,10 @@ void LENGTH_TUNER_TOOL::performTuning()
|
||||||
meanderSettingsDialog( dummy );
|
meanderSettingsDialog( dummy );
|
||||||
statusPopup.Show();
|
statusPopup.Show();
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
evt->SetPassEvent();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
m_router->StopRouting();
|
m_router->StopRouting();
|
||||||
|
|
Loading…
Reference in New Issue