Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-12978

Change base state while other state is selected doesn't properly commit value

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • QDS 4.6
    • QDS 4.5
    • States View
    • None

    Description

      1. Have the code view and states open
      2. Select the "some" state
      3. Remove the comment from scale: 2 / 4
      4. Select the base state
      5. Property editor still shows the value for "some" state regardless
      Rectangle {
          id: rectangle
          //scale: 2 / 4
      }
      
      states: [
          State {
              name: "some"
              PropertyChanges {
                  target: rectangle
                  scale: 1 / 4
              }
          }
      ]
      

      Attachments

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

        Activity

          People

            thohartm Thomas Hartmann
            henning Henning Gründl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes