Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.8.0, 5.9.0 Alpha
-
None
-
c4de17f8ce0abd2d97c99da2073131d15a93ab83
Description
The binding:
implicitHeight: Math.max(background ? background.implicitHeight : 0,
contentWidth > 0 ? contentHeight + topPadding + bottomPadding : 0)
in Popup.qml for all styles should by probably replaced with:
implicitHeight: Math.max(background ? background.implicitHeight : 0,
contentHeight > 0 ? contentHeight + topPadding + bottomPadding : 0)
It does not really matter for functionality and i think, this was a copy-paste mistake
Attachments
For Gerrit Dashboard: QTBUG-59661 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
189352,2 | Popup.qml: fix typo | 5.9 | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |