REMOVE: check for repeat_item->Flags() == 0 in eeschema/hotkeys.cpp
This commit is contained in:
parent
3f8343b341
commit
6196921ae1
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue