Refresh after import; don't wait for user to move mouse.

This commit is contained in:
Jeff Young 2021-06-16 21:01:54 +01:00
parent cbd9208d73
commit decfe89091
1 changed files with 2 additions and 0 deletions

View File

@ -768,6 +768,8 @@ void SCH_EDIT_FRAME::OnImportProject( wxCommandEvent& aEvent )
m_toolManager->GetTool<EE_SELECTION_TOOL>()->ClearSelection();
importFile( dlg.GetPath(), pluginType );
RefreshCanvas();
}