Browse Source

Front Kicad manager frame after running job(s).

pcb_db
Jeff Young 11 months ago
parent
commit
b7cdbbba9f
  1. 6
      kicad/dialogs/panel_jobs.cpp

6
kicad/dialogs/panel_jobs.cpp

@ -398,6 +398,9 @@ public:
UpdateStatus();
delete progressReporter;
// Bring the Kicad manager frame back to the front
m_frame->Raise();
} );
}
@ -1096,6 +1099,9 @@ void PANEL_JOBS::OnRunAllJobsClick( wxCommandEvent& event )
panel->UpdateStatus();
delete progressReporter;
// Bring the Kicad manager frame back to the front
m_frame->Raise();
} );
}

Loading…
Cancel
Save