Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
QDS 0.9 (Creator 4.7) Beta
Description
The icon right of the id property does not get disabled again.
When clicking that icon (ToolTip says: "Toggles whether this item is exported as an alias of the root item"), a line is added to my top-level QML object with id "foobar", saying
property alias foobar: foobar
and the icon turns red.
When clicking that icon again the line is removed from my QML code, but the icon stays red.
Steps to reproduce:
- Create a new QML project in Creator
- open design mode
- Set the id off the top level QML element (Window in my case) to foobar in the property editor
- Click the icon next to foobar, it will turn red
- Click the icon again, it will stay red