Remove shadow of drawn arcs after undoing them (GAL)
This commit is contained in:
parent
7806cb7bca
commit
a3e16988be
|
@ -1059,8 +1059,6 @@ bool DRAWING_TOOL::drawArc( DRAWSEGMENT*& aGraphic )
|
|||
assert( aGraphic->GetArcStart() != aGraphic->GetArcEnd() );
|
||||
assert( aGraphic->GetWidth() > 0 );
|
||||
|
||||
m_view->Add( aGraphic );
|
||||
|
||||
preview.Remove( aGraphic );
|
||||
preview.Remove( &helperLine );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue