unificaci?n de las partes comunes en los di?logos de configuraci?n

This commit is contained in:
Luis Ángel San Martín
2012-10-09 07:25:28 +02:00
parent 5d13a4812a
commit c760120e39
15 changed files with 724 additions and 662 deletions

View File

@ -309,7 +309,8 @@ void YACReaderFlowGL::resizeGL(int width, int height)
#endif
glMatrixMode(GL_MODELVIEW);
updatePositions();
if(numObjects>0)
updatePositions();
}
//-----------------------------------------------------------------------------