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

The first delegated item when using Button from QtQuickControls 2 always missing its background

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P1: Critical P1: Critical
    • 5.9.5
    • 5.9.4
    • Quick: Controls 2
    • None

      With the current Qt 5.9.4, when using component from QtQuickControls 2, the delegated item is not correctly delegated.

      Simple use case:

      ListView {
          id: listView
      
          width: 50
          model: 3
      
          delegate: Button {
              width: listView.width
              height: 3
              text: "foo"
          }
      }
      

      with Qt 5.9.4 , the first delegated item won't have any background but the second and third one will have their background.

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

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            bram_harimukti Bramastyo Harimukti Santoso
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes