corrected typo

This commit is contained in:
Paolo Cignoni 2008-02-22 20:34:35 +00:00
parent b2d39163ac
commit 69c5890467
1 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,9 @@
/**************************************************************************** /****************************************************************************
History History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.5 2008/02/22 20:04:02 benedetti
many user interface improvements, cleaned up a little
Revision 1.4 2008/02/17 20:52:53 benedetti Revision 1.4 2008/02/17 20:52:53 benedetti
some generalization made some generalization made
@ -115,7 +118,7 @@ void CoordinateFrame::Render(QGLWidget* glw)
if(drawlabels){ if(drawlabels){
font.setBold(true); font.setBold(true);
font.setPixelSize(12); font.setPixelSize(12);
float dist=size+scalefactor*linewidth*1.5; float d=size+scalefactor*linewidth*1.5;
glColor(xcolor); glColor(xcolor);
glw->renderText(d,0,0,QString("X"),font); glw->renderText(d,0,0,QString("X"),font);
glColor(ycolor); glColor(ycolor);