Highlight an item when context menu is displayed (GAL).

This commit is contained in:
Maciej Suminski 2016-05-09 10:41:11 +02:00
parent ce8f400645
commit ad66af66af
1 changed files with 2 additions and 0 deletions

View File

@ -350,6 +350,8 @@ void SELECTION_TOOL::toggleSelection( BOARD_ITEM* aItem )
m_toolMgr->ProcessEvent( SelectedEvent );
}
}
m_frame->GetGalCanvas()->ForceRefresh();
}