Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-36471

Multiple QGLWidgets with bitmap cursor problem

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.3.0
    • 5.2.0
    • GUI: OpenGL
    • None
    • Mac OS X 10.7.5
    • 9e6f0f16ab9d6c5fca1ded90dd6b3feb953712e1

    Description

      Application hangs when we use bitmap cursor.

      To simulate we used Qt OpenGL/textures example and added two lines in mouse move method:

      void GLWidget::mouseMoveEvent(QMouseEvent *event)
      {
      QPixmap cur(32,32);
      cur.fill(Qt::red);
      setCursor(QCursor(cur,0,0));
      [...]

      Try to rotate cube in one QGLWidget for few second and than try to rtate cube in other QGLWidget.

      Attachments

        Activity

          People

            sorvig Morten Sørvig
            lukaszk Lukasz Kmiecik
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: