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
View File
@@ -200,6 +200,5 @@ void WORKSHEET_ITEM::drawBorder( GAL* aGal ) const
aGal->SetIsStroke( true );
aGal->SetIsFill( false );
aGal->SetStrokeColor( COLOR4D( 0.5, 0.5, 0.5, 1.0 ) );
aGal->DrawRectangle( origin, end );
}