Fix expand selection option in Eeschema
This commit is contained in:
parent
6598182b28
commit
55e34592a6
|
@ -1575,8 +1575,9 @@ bool EE_SELECTION_TOOL::doSelectionMenu( EE_COLLECTOR* aCollector )
|
|||
}
|
||||
else
|
||||
{
|
||||
selectAll = false;
|
||||
current = nullptr;
|
||||
selectAll = false;
|
||||
current = nullptr;
|
||||
expandSelection = true;
|
||||
}
|
||||
}
|
||||
else if( evt->Action() == TA_CHOICE_MENU_CLOSED )
|
||||
|
|
Loading…
Reference in New Issue