mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-23 02:41:01 -07: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue