Allow processing of non-handled events in length tuner tool.

Fixes https://gitlab.com/kicad/code/kicad/issues/11425
This commit is contained in:
Jeff Young 2022-09-05 10:56:41 +01:00
parent c0ba1b35bf
commit 156755e9db
1 changed files with 4 additions and 0 deletions

View File

@ -239,6 +239,10 @@ void LENGTH_TUNER_TOOL::performTuning()
meanderSettingsDialog( dummy );
statusPopup.Show();
}
else
{
evt->SetPassEvent();
}
}
m_router->StopRouting();