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

[Regression] Menu not drawn in Qt 5.3 git

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2: Important
    • 5.3.0
    • 5.3.0 Alpha, 5.3.0 Beta1
    • Quick: Controls 1
    • None
    • Windows 7, msvc2010, x86, ANGLE

    Description

      In Qt 5.3 git (7704ce065db8050837d8bf97f8f4c1798b6d92fb) instead of menu black stripe is drawn. Earlier versions works fine.

      Example
      import QtQuick 2.1
      import QtQuick.Controls 1.0
      import QtQuick.Window 2.0
      
      ApplicationWindow {
          title: qsTr("Hello World")
          width: 300
          height: 300
      
          menuBar: MenuBar {
              Menu {
                  title: qsTr("File")
                  MenuItem {
                      text: qsTr("Exit")
                      onTriggered: Qt.quit();
                  }
              }
          }
      }
      

      Attachments

        1. BlackMenu.png
          12 kB
          Nikita Krupenko

        Activity

          People

            lagocs Laszlo Agocs
            krnekit Nikita Krupenko
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: