contributes to #CURA-256

This commit is contained in:
Tamara Hogenhout 2015-10-12 18:39:53 +02:00
parent 9aeb9bb37d
commit a855da5c4c
3 changed files with 19 additions and 17 deletions

View file

@ -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
{