mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 19:43:44 +00:00
Send data to correct sch port when changing selection in PCB editor.
Not that cross-probing works like this though. But this prevents the UpdateAllLayersColor call. (-356 ms in https://gitlab.com/kicad/code/kicad/-/issues/18148)
This commit is contained in:
parent
2ec9383c6c
commit
e2b5f4559e
@ -393,7 +393,7 @@ void PCB_EDIT_FRAME::SendSelectItemsToSch( const std::deque<EDA_ITEM*>& aItems,
|
||||
|
||||
if( Kiface().IsSingle() )
|
||||
{
|
||||
SendCommand( MSG_TO_PCB, command );
|
||||
SendCommand( MSG_TO_SCH, command );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user