PDA

View Full Version : QGLWidget+glRasterPosi Problem



Rosália
16th November 2009, 10:07
Hi,

I'm having a problem using QGLWidget to display images. It works fine
until I resize my window, then it stops showing the image. I'm using
glRasterPosi() to position the image, and if I comment it, it works
fine. I checked my CL_CURRENT_RASTER_POSITION and it is (0,0,0,1),
wheter I use glRasterPosi(0, 0) or not.

Anyone had a similar issue, or a similar situation where this problem
didn't occur?

Thank you,
Rosália