Run properties action from double-click in SCH search pane.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16013
This commit is contained in:
parent
f7d899a0fb
commit
97185ba90c
|
@ -34,6 +34,8 @@ void SCH_SEARCH_HANDLER::ActivateItem( long aItemRow )
|
||||||
{
|
{
|
||||||
std::vector<long> item = { aItemRow };
|
std::vector<long> item = { aItemRow };
|
||||||
SelectItems( item );
|
SelectItems( item );
|
||||||
|
|
||||||
|
m_frame->GetToolManager()->RunAction( EE_ACTIONS::properties, true );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue