eeschema: Force focus on dialog after BOM creation
Fixes: lp:1834698 * https://bugs.launchpad.net/kicad/+bug/1834698
This commit is contained in:
parent
3a94ccd6a3
commit
c8cd95a718
|
@ -480,6 +480,9 @@ void DIALOG_BOM::OnRunGenerator( wxCommandEvent& event )
|
|||
fullfilename, 0, &reporter );
|
||||
|
||||
m_Messages->SetValue( reportmsg );
|
||||
|
||||
// Force focus back on the dialog
|
||||
SetFocus();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue