diff --git a/pcbnew/cross-probing.cpp b/pcbnew/cross-probing.cpp index 4a6870fa10..d29ad605f6 100644 --- a/pcbnew/cross-probing.cpp +++ b/pcbnew/cross-probing.cpp @@ -624,6 +624,9 @@ void PCB_EDIT_FRAME::KiwayMailIn( KIWAY_EXPRESS& mail ) static_cast( &items ) ); } + // Update 3D viewer highlighting + Update3DView( false, GetPcbNewSettings()->m_Display.m_Live3DRefresh ); + m_probingSchToPcb = false; }