eeschema: Force focus on dialog after BOM creation

Fixes: lp:1834698
* https://bugs.launchpad.net/kicad/+bug/1834698
This commit is contained in:
Ian McInerney 2019-06-28 23:58:12 +01:00 committed by Seth Hillbrand
parent 3a94ccd6a3
commit c8cd95a718
1 changed files with 3 additions and 0 deletions

View File

@ -480,6 +480,9 @@ void DIALOG_BOM::OnRunGenerator( wxCommandEvent& event )
fullfilename, 0, &reporter );
m_Messages->SetValue( reportmsg );
// Force focus back on the dialog
SetFocus();
}