QGLWidget::setMouseTracking broken

Sebastian Hartte Sebastian at Hartte.de
Sat Apr 9 00:34:19 CEST 2005


Hi,

i just noticed, that QGLWidget::setMouseTracking in the 3.3.3 branch is
broken.

This is what the function currently reads in qgl_win.cpp (line 314)

void QGLWidget::setMouseTracking( bool enable )
{
    // if ( olcx )
    //      olcx->setMouseTracking( enable );
    // QWidget::setMouseTracking( enable );
}

I think that uncommenting QWidget::setMouseTracking() should fix the
issue on
the Windows platform. Any comments on that?

greetings,
Sebastian Hartte


More information about the kde-cygwin mailing list