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

Render glitch while resizing QML Window (flicker and content offset)

XMLWordPrintable

    • Windows

      Simple app with a Window flickers and aligns the content incorrectly while resizing the window.

      import QtQuick
      import QtQuick.Controls
      
      Window {
          visible: true
          Rectangle {
              color: "steelblue"
              anchors.fill: parent
          }
      }
      

        1. screenshot-1.png
          10 kB
          Jarkko Koivikko
        2. OriginalSize.jpg
          9 kB
          Bruno Cadoret
        3. GlitchResize.jpg
          14 kB
          Bruno Cadoret
        4. CorrectResize.jpg
          12 kB
          Bruno Cadoret
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            owolff Oliver Wolff
            jakoivik Jarkko Koivikko
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes