adding active and selected knowledge to model

This commit is contained in:
Chris Cochrun 2022-09-27 06:39:36 -05:00
parent 7266a0b047
commit 56086dfe74
5 changed files with 70 additions and 2 deletions

View file

@ -230,6 +230,7 @@ ColumnLayout {
rightClickMenu.popup();
else {
serviceItemList.currentIndex = index;
serviceItemModel.select(index);
/* currentServiceItem = index; */
/* changeItem(index); */
}