summaryrefslogtreecommitdiff
path: root/math/xgfe/files/patch-curveFitData.cpp
blob: c5d59b71a74b6374e6fa70f54a93ec7d1fef87b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -u curveFitData.cpp.orig curveFitData.cpp
--- curveFitData.cpp.orig	Wed May 20 05:10:03 1998
+++ curveFitData.cpp	Thu Oct 30 21:42:04 2003
@@ -103,7 +103,7 @@
 	{
 		QFont font( "helvetica", 24, 50, 0 );
 		font.setStyleHint( (QFont::StyleHint)0 );
-		font.setCharSet( (QFont::CharSet)0 );
+		//font.setCharSet( (QFont::CharSet)0 );
 		equalLabel->setFont( font );
 	}
 	equalLabel->setText( "=" );