Fixes: lp:1695751 (EEschema: "Not-connected" flag not movable)

https://bugs.launchpad.net/kicad/+bug/1695751
This commit is contained in:
jean-pierre charras 2017-06-05 18:12:22 +02:00
parent 0d2634fe2d
commit bea4664311
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ SCH_ITEM* SCH_EDIT_FRAME::LocateItem( const wxPoint& aPosition, const KICAD_T aF
{
wxString text = m_collectedItems[i]->GetSelectMenuText();
BITMAP_DEF xpm = m_collectedItems[i]->GetMenuImage();
AddMenuItem( &selectMenu, + i, text, KiBitmap( xpm ) );
AddMenuItem( &selectMenu, ID_SELECT_ITEM_START + i, text, KiBitmap( xpm ) );
}
// Set to NULL in case the user aborts the clarification context menu.