Changed to worksheet border color to match the rest of the worksheet layout.
This commit is contained in:
parent
7207de9bea
commit
373c8d6441
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue