Don't set project tree focus when setting selected handle (#1369)

This commit is contained in:
Veronica Berglyd Olsen
2023-02-26 10:56:06 +01:00
parent 1952906829
commit 4ff8c6a26f
-1
View File
@@ -1088,7 +1088,6 @@ class GuiProjectTree(QTreeWidget):
if tItem is None:
return False
self.setFocus()
if tHandle in self._treeMap:
self.setCurrentItem(self._treeMap[tHandle])