freebsd-ports/math/xgfe/files/patch-curveFitData.cpp
Kris Kennaway d3c24d35b2 Update to xgfe 2.1, switch to QT 3, respect NOPORTDOCS, fix build
with gcc 3.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
PR:		ports/59024
2004-03-06 22:57:48 +00:00

12 lines
404 B
C++

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( "=" );