mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
WIP: Fix highlighting of selected network printer
This commit is contained in:
parent
60f6d881a3
commit
f7f5123fea
3 changed files with 9 additions and 3 deletions
|
@ -57,7 +57,8 @@ Item
|
|||
anchors.rightMargin: 10
|
||||
outputDevice: modelData.device
|
||||
|
||||
checked: ListView.view.currentIndex == index
|
||||
checkable: false
|
||||
selected: ListView.view.currentIndex == model.index
|
||||
onClicked:
|
||||
{
|
||||
ListView.view.currentIndex = index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue