Blob Blame History Raw
--- src/fminfodisplay.cpp.orig	2011-10-03 01:02:54.000000000 -0500
+++ src/fminfodisplay.cpp	2012-09-19 10:12:48.887735375 -0500
@@ -151,7 +151,7 @@
 				GlyphToSVGHelper gtsh ( gpi->path(), tf );
 				svg += gtsh.getSVGPath() + "\n";
 				horOffset += gpi->data(GLYPH_DATA_HADVANCE).toDouble() * scaleFactor;
-				maxHeight = qMax ( gtsh.getRect().height(), maxHeight );
+				maxHeight = qMax ( (double) gtsh.getRect().height(), maxHeight );
 				tf.translate( gpi->data(GLYPH_DATA_HADVANCE).toDouble()  * scaleFactor,0 );
 				delete gpi;
 			}