This commit is contained in:
STEPHANVS 2021-06-18 23:45:56 +02:00
parent 88f7a805f8
commit 7bbc7ab05f
No known key found for this signature in database
GPG Key ID: 4EFE47E471FD62A9
1 changed files with 1 additions and 3 deletions

View File

@ -1104,14 +1104,12 @@ class ServiceManager(QtWidgets.QWidget, RegistryBase, Ui_ServiceManager, LogMixi
:param unique_identifier: Unique Identifier for the item.
"""
row = 0
for sitem in self.service_items:
if sitem['service_item'].unique_identifier == unique_identifier:
item = self.service_manager_list.topLevelItem(sitem['order'] - 1)
self.service_manager_list.setCurrentItem(item)
self.make_live(row)
self.make_live()
return
row += 1
def on_move_selection_up(self):
"""