REMOVE: check for repeat_item->Flags() == 0 in eeschema/hotkeys.cpp

This commit is contained in:
Dick Hollenbeck 2013-08-06 18:23:50 -05:00
parent 3f8343b341
commit 6196921ae1
1 changed files with 2 additions and 5 deletions

View File

@ -385,11 +385,8 @@ void SCH_EDIT_FRAME::OnHotKey( wxDC* aDC, int aHotKey, const wxPoint& aPosition,
break;
case HK_REPEAT_LAST:
if( notBusy && GetRepeatItem() )
{
//if( GetRepeatItem()->GetFlags() == 0 )
RepeatDrawItem( aDC );
}
if( notBusy )
RepeatDrawItem( aDC );
break;
case HK_END_CURR_LINEWIREBUS: