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

Window not refreshed after click on maximize button (Windows 10)

    XMLWordPrintable

Details

    • Windows

    Description

      import QtQuick 2.11
      import QtQuick.Window 2.11
      
      Window {
          visible: true
          width: 640
          height: 480
      
          Rectangle {
              anchors.centerIn: parent
              color: "red"
              width: 40
              height: 40
          }
      }
      

      How to reproduce

      • On Windows 10, click on the window's maximize button
      • Previous frame is not cleared; there's now 2 Rectangles on screen
      • Any print event makes the ghost frame disappear

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            yoann Yoann Quenach de Quivillic
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes