Browse Source

FIxed the drawing layer for arcs (GAL).

pull/9/head
Maciej Suminski 10 years ago
parent
commit
9b4d12653e
  1. 2
      common/gal/opengl/opengl_gal.cpp

2
common/gal/opengl/opengl_gal.cpp

@ -358,7 +358,7 @@ void OPENGL_GAL::DrawArc( const VECTOR2D& aCenterPoint, double aRadius, double a
SWAP( aStartAngle, >, aEndAngle );
Save();
currentManager->Translate( aCenterPoint.x, aCenterPoint.y, layerDepth );
currentManager->Translate( aCenterPoint.x, aCenterPoint.y, 0.0 );
if( isStrokeEnabled )
{

Loading…
Cancel
Save