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

The UI re-rendering/updating will leave some blank to the window border intermittently

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.5, 6.7
    • None
    • openSUSE Leap 15.6 x86_64
      Qt 6.7.1(from openSUSE KDE:Repositories)
      Qt 6.5.3/6.7.2(from online installer)
    • Linux/X11, Windows

      When resizing the window back and forth quickly, the UI re-rendering/updating will be a little slower, it leaves some blank space to the cursor/window frame border.

      The QML snippet is:

      import QtQuick
      import QtQuick.Controls
      import QtQuick.Layouts
      
      Window {
          id: root
          title: qsTr("Hello World")
          width: 640
          height: 480
          visible: true
          Rectangle {
              anchors.fill: parent
              border.color: '#e3d'
              border.width: 1
              radius: 5
              color: '#89f'
          }
      }
       

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

            sorvig Morten Sørvig
            sauntor sauntor
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes