From 7f742ef934fc6bdeae9194d688c52303f75e77f5 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Fri, 24 Apr 2020 14:38:20 +0100 Subject: [PATCH] Fix typo. --- common/plotters/PS_plotter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/plotters/PS_plotter.cpp b/common/plotters/PS_plotter.cpp index 4dc9f2bdad..06b1c5e30c 100644 --- a/common/plotters/PS_plotter.cpp +++ b/common/plotters/PS_plotter.cpp @@ -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