new current/total label color in flowGL

This commit is contained in:
Luis Ángel San Martín
2014-10-22 23:47:13 +02:00
parent c9eb45fbc4
commit 3baba9e37e

View File

@ -565,7 +565,7 @@ void YACReaderFlowGL::draw()
glMatrixMode(GL_MODELVIEW); glMatrixMode(GL_MODELVIEW);
glLoadIdentity(); glLoadIdentity();
glColor4f( 1.0f, 1.0f, 1.0f, 1.0f ); glColor4f( 0.3f, 0.3f, 0.3f, 1.0f );
renderText(10, fontSize + 10,QString("%1/%2").arg(currentSelected+1).arg(numObjects),QFont("Arial", fontSize)); renderText(10, fontSize + 10,QString("%1/%2").arg(currentSelected+1).arg(numObjects),QFont("Arial", fontSize));