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

Window flickers when resized on OS X

    XMLWordPrintable

Details

    • macOS

    Description

      With a very simple scene (a Rectangle in a Window), resizing the window causes grey/unpainted junk to appear on the right and bottom edges. This does not occur when "QSG_RENDER_LOOP=basic" is set in the environment.

      See the attached image and video.

      The code is:

      windowTest.qml
      import QtQuick 2.5
      import QtQuick.Window 2.2
      
      Window {
          id: window
          visible: true
      
          Rectangle {
              anchors.fill: parent
              color: "black"
          }
      }
      

      Then run it with qmlscene.

      The Window could be replaced with Item instead. Same issue.

      Attachments

        Issue Links

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

          Activity

            People

              sorvig Morten Sørvig
              sixohsix Mike Verdone
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes