Fix typo in expand-selection-disambiguation menu logic.
Fixes https://gitlab.com/kicad/code/kicad/issues/7654
This commit is contained in:
parent
7e2b0e63f1
commit
7318417ca4
|
@ -1601,7 +1601,7 @@ bool EE_SELECTION_TOOL::doSelectionMenu( EE_COLLECTOR* aCollector )
|
|||
{
|
||||
selectAll = false;
|
||||
current = nullptr;
|
||||
expandSelection = true;
|
||||
expandSelection = false;
|
||||
}
|
||||
}
|
||||
else if( evt->Action() == TA_CHOICE_MENU_CLOSED )
|
||||
|
|
Loading…
Reference in New Issue