Rationalize penWidth processing as first step in removing some globals.
This commit is contained in:
@@ -116,8 +116,8 @@ void PlotWorkSheet( PLOTTER* plotter, const PROJECT* aProject, const TITLE_BLOCK
|
||||
plotter->Text( text->GetTextPos(), plotColor, text->GetShownText(),
|
||||
text->GetTextAngle(), text->GetTextSize(),
|
||||
text->GetHorizJustify(), text->GetVertJustify(),
|
||||
text->GetPenWidth(), text->IsItalic(), text->IsBold(),
|
||||
text->IsMultilineAllowed() );
|
||||
text->GetEffectiveTextPenWidth( nullptr ),
|
||||
text->IsItalic(), text->IsBold(), text->IsMultilineAllowed() );
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user