PCB/SCH/3D: Implement 3D cross-probing from schematic
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/3859
This commit is contained in:
parent
49f3b21f5c
commit
67eae77e9d
|
@ -624,6 +624,9 @@ void PCB_EDIT_FRAME::KiwayMailIn( KIWAY_EXPRESS& mail )
|
||||||
static_cast<void*>( &items ) );
|
static_cast<void*>( &items ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Update 3D viewer highlighting
|
||||||
|
Update3DView( false, GetPcbNewSettings()->m_Display.m_Live3DRefresh );
|
||||||
|
|
||||||
m_probingSchToPcb = false;
|
m_probingSchToPcb = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue