Loading pcbnew/tools/drawing_tool.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -190,7 +190,7 @@ int DRAWING_TOOL::DrawArc( TOOL_EVENT& aEvent ) { { if( wxPoint( cursorPos.x, cursorPos.y ) != arc->GetArcStart() ) if( wxPoint( cursorPos.x, cursorPos.y ) != arc->GetArcStart() ) { { assert( arc->GetAngle() > 0 ); assert( arc->GetAngle() != 0 ); assert( arc->GetArcStart() != arc->GetArcEnd() ); assert( arc->GetArcStart() != arc->GetArcEnd() ); assert( arc->GetWidth() > 0 ); assert( arc->GetWidth() > 0 ); Loading Loading
pcbnew/tools/drawing_tool.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -190,7 +190,7 @@ int DRAWING_TOOL::DrawArc( TOOL_EVENT& aEvent ) { { if( wxPoint( cursorPos.x, cursorPos.y ) != arc->GetArcStart() ) if( wxPoint( cursorPos.x, cursorPos.y ) != arc->GetArcStart() ) { { assert( arc->GetAngle() > 0 ); assert( arc->GetAngle() != 0 ); assert( arc->GetArcStart() != arc->GetArcEnd() ); assert( arc->GetArcStart() != arc->GetArcEnd() ); assert( arc->GetWidth() > 0 ); assert( arc->GetWidth() > 0 ); Loading