mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 22:09:04 +08:00
Add ID to stage selection buttons
Necessary to switch stages in the Squish tests. Contributes to issue CURA-6276.
This commit is contained in:
parent
e6512e748c
commit
4b8274d7cb
@ -55,6 +55,7 @@ Item
|
|||||||
|
|
||||||
delegate: Button
|
delegate: Button
|
||||||
{
|
{
|
||||||
|
id: stageSelectorButton
|
||||||
text: model.name.toUpperCase()
|
text: model.name.toUpperCase()
|
||||||
checkable: true
|
checkable: true
|
||||||
checked: UM.Controller.activeStage !== null && model.id == UM.Controller.activeStage.stageId
|
checked: UM.Controller.activeStage !== null && model.id == UM.Controller.activeStage.stageId
|
||||||
|
Loading…
x
Reference in New Issue
Block a user