Browse Source

PCB/SCH/3D: Implement 3D cross-probing from schematic

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/3859
7.0
Mike Williams 3 years ago
parent
commit
67eae77e9d
  1. 3
      pcbnew/cross-probing.cpp

3
pcbnew/cross-probing.cpp

@ -624,6 +624,9 @@ void PCB_EDIT_FRAME::KiwayMailIn( KIWAY_EXPRESS& mail )
static_cast<void*>( &items ) );
}
// Update 3D viewer highlighting
Update3DView( false, GetPcbNewSettings()->m_Display.m_Live3DRefresh );
m_probingSchToPcb = false;
}

Loading…
Cancel
Save