mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 21:45:59 +08:00
CURA-6201 - Added an id to stage buttons for the integration tests
This commit is contained in:
parent
73524deb8d
commit
4a0bb43e39
@ -67,6 +67,8 @@ Item
|
|||||||
|
|
||||||
property color overlayColor: "transparent"
|
property color overlayColor: "transparent"
|
||||||
property string overlayIconSource: ""
|
property string overlayIconSource: ""
|
||||||
|
// This id is required to find the stage buttons through Squish
|
||||||
|
property string stageId: model.id
|
||||||
|
|
||||||
// This is a trick to assure the activeStage is correctly changed. It doesn't work propertly if done in the onClicked (see CURA-6028)
|
// This is a trick to assure the activeStage is correctly changed. It doesn't work propertly if done in the onClicked (see CURA-6028)
|
||||||
MouseArea
|
MouseArea
|
||||||
|
Loading…
x
Reference in New Issue
Block a user