Highlight an item when context menu is displayed (GAL).
This commit is contained in:
parent
ce8f400645
commit
ad66af66af
|
@ -350,6 +350,8 @@ void SELECTION_TOOL::toggleSelection( BOARD_ITEM* aItem )
|
|||
m_toolMgr->ProcessEvent( SelectedEvent );
|
||||
}
|
||||
}
|
||||
|
||||
m_frame->GetGalCanvas()->ForceRefresh();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue