Details
-
Bug
-
Resolution: Invalid
-
P1: Critical
-
None
-
5.4.0
-
None
Description
Run the following example and open the combo box drop down menu:
import QtQuick 2.3 import QtQuick.Controls 1.2 ApplicationWindow { visible: true width: 640 height: 480 title: qsTr("Hello World") ComboBox { anchors.centerIn: parent model: 10 } }
With Qt 5.3.2, it works fine, but in Qt 5.4.0 the menu never shows.
Attachments
Issue Links
- is required for
-
QTBUG-41613 Issues to be fixed before 5.4.0 RC
- Closed