fp editor: remove useless "Unroute Selected" from context menu.
Fixes #13229 https://gitlab.com/kicad/code/kicad/issues/13229
This commit is contained in:
parent
5b1287b200
commit
44ab6876d9
|
@ -201,7 +201,8 @@ bool EDIT_TOOL::Init()
|
|||
&& notMovingCondition );
|
||||
menu.AddItem( PCB_ACTIONS::unrouteSelected, SELECTION_CONDITIONS::NotEmpty
|
||||
&& SELECTION_CONDITIONS::OnlyTypes( unroutableTypes )
|
||||
&& notMovingCondition );
|
||||
&& notMovingCondition
|
||||
&& !inFootprintEditor );
|
||||
menu.AddItem( PCB_ACTIONS::moveIndividually, SELECTION_CONDITIONS::MoreThan( 1 )
|
||||
&& notMovingCondition );
|
||||
menu.AddItem( PCB_ACTIONS::skip, isSkippable );
|
||||
|
|
Loading…
Reference in New Issue