Fix local printer selection update

CURA-6057
This commit is contained in:
Lipu Fei 2019-04-03 15:11:52 +02:00
parent cf04ee98ef
commit 1207533046
2 changed files with 2 additions and 0 deletions

View file

@ -147,6 +147,7 @@ ScrollView
}
text: name
visible: base.currentSection == section
onClicked: ListView.view.currentIndex = index
}
}
}