Skip to content

Commit

Permalink
Maintain CueJobMonitorTree selection after update. (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoTavares committed Sep 24, 2020
1 parent 953273c commit 6d4300d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuegui/cuegui/CueJobMonitorTree.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def _processUpdate(self, work, results):
self.redraw()
else:
# (Something removed) or (Something added)
selected_ids = [item.rpcObject.id for item in self.selectedItems()]
selected_ids = [item.rpcObject.id() for item in self.selectedItems()]
collapsed = self.__getCollapsed()
scrolled = self.verticalScrollBar().value()
self._items = {}
Expand Down

0 comments on commit 6d4300d

Please sign in to comment.