Fixed idiotic merge error in busentry handling
This commit is contained in:
parent
f4d6430eb0
commit
23981977f3
|
@ -73,10 +73,6 @@ void SCH_EDIT_FRAME::SetBusEntryShape( wxDC* DC, SCH_BUS_ENTRY_BASE* BusEntry, c
|
||||||
{
|
{
|
||||||
if( BusEntry == NULL )
|
if( BusEntry == NULL )
|
||||||
return;
|
return;
|
||||||
{
|
|
||||||
DisplayError( this, wxT( "SetBusEntryType: Bad StructType" ) );
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Put old item in undo list if it is not currently in edit */
|
/* Put old item in undo list if it is not currently in edit */
|
||||||
if( BusEntry->GetFlags() == 0 )
|
if( BusEntry->GetFlags() == 0 )
|
||||||
|
|
Loading…
Reference in New Issue