REMOVE: check for repeat_item->Flags() == 0 in eeschema/hotkeys.cpp
This commit is contained in:
parent
7e6a243df9
commit
f636e1d45f
|
@ -385,11 +385,8 @@ void SCH_EDIT_FRAME::OnHotKey( wxDC* aDC, int aHotKey, const wxPoint& aPosition,
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case HK_REPEAT_LAST:
|
case HK_REPEAT_LAST:
|
||||||
if( notBusy && GetRepeatItem() )
|
if( notBusy )
|
||||||
{
|
RepeatDrawItem( aDC );
|
||||||
//if( GetRepeatItem()->GetFlags() == 0 )
|
|
||||||
RepeatDrawItem( aDC );
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case HK_END_CURR_LINEWIREBUS:
|
case HK_END_CURR_LINEWIREBUS:
|
||||||
|
|
Loading…
Reference in New Issue