mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 19:09:00 +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
|
||||
{
|
||||
id: stageSelectorButton
|
||||
text: model.name.toUpperCase()
|
||||
checkable: true
|
||||
checked: UM.Controller.activeStage !== null && model.id == UM.Controller.activeStage.stageId
|
||||
|
Loading…
x
Reference in New Issue
Block a user