Fix typo.

This commit is contained in:
Jeff Young 2020-04-24 14:38:20 +01:00
parent 1535c83b88
commit 7f742ef934
1 changed files with 0 additions and 1 deletions

View File

@ -985,7 +985,6 @@ void PS_PLOTTER::Text( const wxPoint& aPos,
aMultilineAllowed = false; // the text has only one line.
bool processSuperSub = aText.Contains( wxT( "^{" ) ) || aText.Contains( wxT( "_{" ) );
processSuperSub = true;
// Draw the native postscript text (if requested)
// Currently: does not work: disable it