Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-12560

Drag and drop in "Outline" might cause double semicolons

    XMLWordPrintable

Details

    • 128341d4e223396a896363894b8a7f7fa92dff2b (qt-creator/qt-creator/master)

    Description

      I have a line like:

          Text { text: qsTr("Hello World"); anchors.centerIn: parent; color: "blue" }
      

      When I move "anchors.centerIn" to the first position of the Text component, I get two semicolons after "anchors.centerIn: parent", so it becomes

          Text { anchors.centerIn: parent;; text: qsTr("Hello World"); color: "blue" }
      

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-12560
        # Subject Branch Project Status CR V

        Activity

          People

            mabenell Marco Benelli
            owolff Oliver Wolff
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes