diff --git a/ibridgesgui/search.py b/ibridgesgui/search.py index ab90c5a8..6f574267 100644 --- a/ibridgesgui/search.py +++ b/ibridgesgui/search.py @@ -321,4 +321,5 @@ def _fetch_results(self, thread: dict): self.show_result_elements() self.results = thread["results"] self.load_results() - self.setCursor(QtGui.QCursor(QtCore.Qt.CursoreShape.ArrowCursor)) + + self.setCursor(QtGui.QCursor(QtCore.Qt.CursorShape.ArrowCursor))