Commit 6196921a authored by Dick Hollenbeck's avatar Dick Hollenbeck

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

parent 3f8343b3
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment