Refresh after import; don't wait for user to move mouse.
This commit is contained in:
parent
cbd9208d73
commit
decfe89091
|
@ -768,6 +768,8 @@ void SCH_EDIT_FRAME::OnImportProject( wxCommandEvent& aEvent )
|
|||
m_toolManager->GetTool<EE_SELECTION_TOOL>()->ClearSelection();
|
||||
|
||||
importFile( dlg.GetPath(), pluginType );
|
||||
|
||||
RefreshCanvas();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue