Changed to worksheet border color to match the rest of the worksheet layout.

This commit is contained in:
Maciej Suminski 2013-09-16 15:19:48 +02:00
parent 7207de9bea
commit 373c8d6441
1 changed files with 0 additions and 1 deletions

View File

@ -200,6 +200,5 @@ void WORKSHEET_ITEM::drawBorder( GAL* aGal ) const
aGal->SetIsStroke( true ); aGal->SetIsStroke( true );
aGal->SetIsFill( false ); aGal->SetIsFill( false );
aGal->SetStrokeColor( COLOR4D( 0.5, 0.5, 0.5, 1.0 ) );
aGal->DrawRectangle( origin, end ); aGal->DrawRectangle( origin, end );
} }