7
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:
Alex Shvartzkop 2024-07-03 21:07:43 +03:00
parent 2ec9383c6c
commit e2b5f4559e

View File

@ -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
{