~pierre-parent-k/kicad/length-tunning

« back to all changes in this revision

Viewing changes to common/worksheet_viewitem.cpp

  • Committer: Pierre Parent
  • Date: 2014-07-06 10:32:13 UTC
  • mfrom: (4798.1.179 kicad)
  • Revision ID: pierre.parent@insa-rouen.fr-20140706103213-wjsdy0hc9q6wbz5v
Merge with lp:kicad 4977

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
    aGal->SetStrokeColor( COLOR4D( aItem->GetColor() ) );
190
190
    aGal->SetLineWidth( aItem->GetThickness() );
191
191
    aGal->SetTextAttributes( aItem );
192
 
    aGal->StrokeText( std::wstring( aItem->GetText().wc_str() ), position, 0.0 );
 
192
    aGal->StrokeText( aItem->GetText(), position, 0.0 );
193
193
}
194
194
 
195
195