mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
new current/total label color in flowGL
This commit is contained in:
@ -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));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user