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

[REG]: When resizing a QQuickWindow that has some heavy painting going on then it will flicker from white to the painted view

    XMLWordPrintable

Details

    • a7f61f73c5f8aebff680014c9ce916eca7126de6 6f15b9102afb8694679f4c7648d0effdac4dd051

    Description

      When resizing a QQuickWindow that has some heavy painting going on then it will flicker from white to the painted view. To reproduce this add the line:

      usleep(800);
      

      to after the line

      glDrawArrays(GL_TRIANGE_STRIP, 0, 4);
      

      inside the openglunderqml example. Then resize from the left hand corner (for some reason it does not happen from the right hand side).

      In testing here it seems to be working fine on Windows but not on Mac. This is a regression against Qt 5.1.1

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            aalpert Alan Alpert
            andysh Andy Shaw
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes