From 373c8d6441da7d91d199fb020ad2f76e97a4db04 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Mon, 16 Sep 2013 15:19:48 +0200 Subject: [PATCH] Changed to worksheet border color to match the rest of the worksheet layout. --- common/worksheet_item.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/worksheet_item.cpp b/common/worksheet_item.cpp index 9845e48f92..900770040c 100644 --- a/common/worksheet_item.cpp +++ b/common/worksheet_item.cpp @@ -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 ); }