Removed unnecessary casting.
This commit is contained in:
parent
9d0b3649a1
commit
517c555d6a
|
@ -189,7 +189,7 @@ void WORKSHEET_VIEWITEM::draw( const WS_DRAW_ITEM_TEXT* aItem, GAL* aGal ) const
|
|||
aGal->SetStrokeColor( COLOR4D( aItem->GetColor() ) );
|
||||
aGal->SetLineWidth( aItem->GetThickness() );
|
||||
aGal->SetTextAttributes( aItem );
|
||||
aGal->StrokeText( std::wstring( aItem->GetText().wc_str() ), position, 0.0 );
|
||||
aGal->StrokeText( aItem->GetText(), position, 0.0 );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue