mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
contributes to #CURA-256
This commit is contained in:
parent
9aeb9bb37d
commit
a855da5c4c
3 changed files with 19 additions and 17 deletions
|
@ -128,14 +128,7 @@ Item
|
|||
|
||||
text: model.name
|
||||
|
||||
onClicked: {
|
||||
ListView.view.currentIndex = index;
|
||||
if(model.pages.length > 0) {
|
||||
base.wizard.nextAvailable = true;
|
||||
} else {
|
||||
base.wizard.nextAvailable = false;
|
||||
}
|
||||
}
|
||||
onClicked: ListView.view.currentIndex = index;
|
||||
|
||||
Label
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue