Schematic: fix selection disambiguation not changing highlighted item
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/13103
This commit is contained in:
parent
6abdfc76da
commit
756db0d542
|
@ -393,6 +393,9 @@ bool SELECTION_TOOL::doSelectionMenu( COLLECTOR* aCollector )
|
|||
{
|
||||
break;
|
||||
}
|
||||
|
||||
getView()->UpdateItems();
|
||||
getEditFrame<EDA_DRAW_FRAME>()->GetCanvas()->Refresh();
|
||||
}
|
||||
} while( expandSelection );
|
||||
|
||||
|
|
Loading…
Reference in New Issue